OverSim
PubSubJoinResponse Class Reference

Class generated from overlay/pubsubmmog/PubSubMessage.msg by opp_msgc. More...

#include <PubSubMessage_m.h>

Inheritance diagram for PubSubJoinResponse:
BaseResponseMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

Public Member Functions

 PubSubJoinResponse (const char *name=NULL, int kind=0)
 PubSubJoinResponse (const PubSubJoinResponse &other)
virtual ~PubSubJoinResponse ()
PubSubJoinResponseoperator= (const PubSubJoinResponse &other)
virtual PubSubJoinResponsedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual NodeHandlegetResponsibleNode ()
virtual const NodeHandlegetResponsibleNode () const
virtual void setResponsibleNode (const NodeHandle &responsibleNode)
- 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 PubSubJoinResponse &)
- 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

NodeHandle responsibleNode_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 PubSubJoinResponse &other)

Detailed Description

Class generated from overlay/pubsubmmog/PubSubMessage.msg by opp_msgc.

packet PubSubJoinResponse extends BaseResponseMessage
{
        NodeHandle responsibleNode;
}

Definition at line 211 of file PubSubMessage_m.h.

Constructor & Destructor Documentation

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

Referenced by dup().

PubSubJoinResponse::PubSubJoinResponse ( const PubSubJoinResponse other)
virtual PubSubJoinResponse::~PubSubJoinResponse ( )
virtual

Member Function Documentation

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

Reimplemented from BaseResponseMessage.

Definition at line 228 of file PubSubMessage_m.h.

{return new PubSubJoinResponse(*this);}
virtual NodeHandle& PubSubJoinResponse::getResponsibleNode ( )
virtual
virtual const NodeHandle& PubSubJoinResponse::getResponsibleNode ( ) const
inlinevirtual

Definition at line 234 of file PubSubMessage_m.h.

Referenced by getResponsibleNode().

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

Reimplemented from BaseResponseMessage.

Referenced by doPacking().

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

Reimplemented from BaseResponseMessage.

Referenced by doUnpacking().

virtual void PubSubJoinResponse::setResponsibleNode ( const NodeHandle responsibleNode)
virtual

Referenced by PubSubLobby::handleJoin().

Member Data Documentation

NodeHandle PubSubJoinResponse::responsibleNode_var
protected

Definition at line 214 of file PubSubMessage_m.h.


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