Public Member Functions | Protected Member Functions | Protected Attributes

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

List of all members.

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_var)

Protected Member Functions

bool operator== (const PubSubJoinResponse &)

Protected Attributes

::NodeHandle responsibleNode_var

Detailed Description

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

 packet PubSubJoinResponse extends BaseResponseMessage
 {
         NodeHandle responsibleNode;
 }
 

Definition at line 203 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

virtual PubSubJoinResponse* PubSubJoinResponse::dup (  )  const [inline, virtual]

Reimplemented from BaseResponseMessage.

Definition at line 216 of file PubSubMessage_m.h.

{return new PubSubJoinResponse(*this);}

virtual NodeHandle& PubSubJoinResponse::getResponsibleNode (  )  [virtual]
virtual const NodeHandle& PubSubJoinResponse::getResponsibleNode (  )  const [inline, virtual]

Definition at line 222 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_var  )  [virtual]

Referenced by PubSubLobby::handleJoin().


Member Data Documentation

Definition at line 206 of file PubSubMessage_m.h.


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