OverSim
P2pnsRegisterResponse Class Reference

Class generated from common/CommonMessages.msg by opp_msgc. More...

#include <CommonMessages_m.h>

Inheritance diagram for P2pnsRegisterResponse:
BaseResponseMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

Public Member Functions

 P2pnsRegisterResponse (const char *name=NULL, int kind=0)
 P2pnsRegisterResponse (const P2pnsRegisterResponse &other)
virtual ~P2pnsRegisterResponse ()
P2pnsRegisterResponseoperator= (const P2pnsRegisterResponse &other)
virtual P2pnsRegisterResponsedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual BinaryValuegetP2pName ()
virtual const BinaryValuegetP2pName () const
virtual void setP2pName (const BinaryValue &p2pName)
virtual BinaryValuegetAddress ()
virtual const BinaryValuegetAddress () const
virtual void setAddress (const BinaryValue &address)
virtual bool getIsSuccess () const
virtual void setIsSuccess (bool isSuccess)
- Public Member Functions inherited from BaseResponseMessage
 BaseResponseMessage (const char *name=NULL, int kind=0)
 BaseResponseMessage (const BaseResponseMessage &other)
virtual ~BaseResponseMessage ()
BaseResponseMessageoperator= (const BaseResponseMessage &other)
virtual int getCallHopCount () const
virtual void setCallHopCount (int callHopCount)
virtual void setNcsInfoArraySize (unsigned int size)
virtual unsigned int getNcsInfoArraySize () const
virtual double getNcsInfo (unsigned int k) const
virtual void setNcsInfo (unsigned int k, double ncsInfo)
- Public Member Functions inherited from BaseRpcMessage
 BaseRpcMessage (const char *name=NULL, int kind=0)
 BaseRpcMessage (const BaseRpcMessage &other)
virtual ~BaseRpcMessage ()
BaseRpcMessageoperator= (const BaseRpcMessage &other)
virtual unsigned int getNonce () const
virtual void setNonce (unsigned int nonce)
virtual NodeHandlegetSrcNode ()
virtual const NodeHandlegetSrcNode () const
virtual void setSrcNode (const NodeHandle &srcNode)
virtual void setAuthBlockArraySize (uint8_t size)
virtual uint8_t getAuthBlockArraySize () const
virtual AuthBlockgetAuthBlock (uint8_t k)
virtual const AuthBlockgetAuthBlock (uint8_t k) const
virtual void setAuthBlock (uint8_t k, const AuthBlock &authBlock)
- Public Member Functions inherited from BaseOverlayMessage
 BaseOverlayMessage (const char *name=NULL, int kind=0)
 BaseOverlayMessage (const BaseOverlayMessage &other)
virtual ~BaseOverlayMessage ()
BaseOverlayMessageoperator= (const BaseOverlayMessage &other)
virtual int getType () const
virtual void setType (int type)
virtual int getStatType () const
virtual void setStatType (int statType)
- Public Member Functions inherited from OverSimMessage
 OverSimMessage (const char *name=NULL, int kind=0)
 OverSimMessage (const OverSimMessage &other)
OverSimMessageoperator= (const OverSimMessage &other)
- Public Member Functions inherited from OverSimMessage_Base
virtual ~OverSimMessage_Base ()

Protected Member Functions

bool operator== (const P2pnsRegisterResponse &)
- Protected Member Functions inherited from BaseResponseMessage
bool operator== (const BaseResponseMessage &)
- Protected Member Functions inherited from BaseRpcMessage
bool operator== (const BaseRpcMessage &)
- Protected Member Functions inherited from BaseOverlayMessage
bool operator== (const BaseOverlayMessage &)

Protected Attributes

BinaryValue p2pName_var
BinaryValue address_var
bool isSuccess_var
- Protected Attributes inherited from BaseResponseMessage
int callHopCount_var
double * ncsInfo_var
unsigned int ncsInfo_arraysize
- Protected Attributes inherited from BaseRpcMessage
unsigned int nonce_var
NodeHandle srcNode_var
AuthBlockauthBlock_var
uint8_t authBlock_arraysize
- Protected Attributes inherited from BaseOverlayMessage
int type_var
int statType_var

Private Member Functions

void copy (const P2pnsRegisterResponse &other)

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

packet P2pnsRegisterResponse extends BaseResponseMessage
{
    BinaryValue p2pName;  
    BinaryValue address;  
    bool isSuccess;       
}

Definition at line 1820 of file CommonMessages_m.h.

Constructor & Destructor Documentation

P2pnsRegisterResponse::P2pnsRegisterResponse ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().

P2pnsRegisterResponse::P2pnsRegisterResponse ( const P2pnsRegisterResponse other)
virtual P2pnsRegisterResponse::~P2pnsRegisterResponse ( )
virtual

Member Function Documentation

void P2pnsRegisterResponse::copy ( const P2pnsRegisterResponse other)
private
virtual P2pnsRegisterResponse* P2pnsRegisterResponse::dup ( ) const
inlinevirtual

Reimplemented from BaseResponseMessage.

Definition at line 1839 of file CommonMessages_m.h.

{return new P2pnsRegisterResponse(*this);}
virtual BinaryValue& P2pnsRegisterResponse::getAddress ( )
virtual
virtual const BinaryValue& P2pnsRegisterResponse::getAddress ( ) const
inlinevirtual

Definition at line 1848 of file CommonMessages_m.h.

Referenced by getAddress().

{return const_cast<P2pnsRegisterResponse*>(this)->getAddress();}
virtual bool P2pnsRegisterResponse::getIsSuccess ( ) const
virtual
virtual BinaryValue& P2pnsRegisterResponse::getP2pName ( )
virtual
virtual const BinaryValue& P2pnsRegisterResponse::getP2pName ( ) const
inlinevirtual

Definition at line 1845 of file CommonMessages_m.h.

Referenced by getP2pName().

{return const_cast<P2pnsRegisterResponse*>(this)->getP2pName();}
P2pnsRegisterResponse& P2pnsRegisterResponse::operator= ( const P2pnsRegisterResponse other)
bool P2pnsRegisterResponse::operator== ( const P2pnsRegisterResponse )
protected
virtual void P2pnsRegisterResponse::parsimPack ( cCommBuffer *  b)
virtual

Reimplemented from BaseResponseMessage.

Referenced by doPacking().

virtual void P2pnsRegisterResponse::parsimUnpack ( cCommBuffer *  b)
virtual

Reimplemented from BaseResponseMessage.

Referenced by doUnpacking().

virtual void P2pnsRegisterResponse::setAddress ( const BinaryValue address)
virtual
virtual void P2pnsRegisterResponse::setIsSuccess ( bool  isSuccess)
virtual
virtual void P2pnsRegisterResponse::setP2pName ( const BinaryValue p2pName)
virtual

Member Data Documentation

BinaryValue P2pnsRegisterResponse::address_var
protected

Definition at line 1824 of file CommonMessages_m.h.

bool P2pnsRegisterResponse::isSuccess_var
protected

Definition at line 1825 of file CommonMessages_m.h.

BinaryValue P2pnsRegisterResponse::p2pName_var
protected

Definition at line 1823 of file CommonMessages_m.h.


The documentation for this class was generated from the following file: