overlay/pubsubmmog/PubSubMessage.msg by opp_msgc.
More...
#include <PubSubMessage_m.h>

Public Member Functions | |
| PubSubAdoptChildCall (const char *name=NULL, int kind=0) | |
| PubSubAdoptChildCall (const PubSubAdoptChildCall &other) | |
| virtual | ~PubSubAdoptChildCall () |
| PubSubAdoptChildCall & | operator= (const PubSubAdoptChildCall &other) |
| virtual PubSubAdoptChildCall * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getSubspaceId () const |
| virtual void | setSubspaceId (int subspaceId_var) |
| virtual NodeHandle & | getChild () |
| virtual const NodeHandle & | getChild () const |
| virtual void | setChild (const NodeHandle &child_var) |
Protected Member Functions | |
| bool | operator== (const PubSubAdoptChildCall &) |
Protected Attributes | |
| int | subspaceId_var |
| NodeHandle | child_var |
overlay/pubsubmmog/PubSubMessage.msg by opp_msgc.
packet PubSubAdoptChildCall extends BaseCallMessage { int subspaceId; NodeHandle child; }
Definition at line 917 of file PubSubMessage_m.h.
| PubSubAdoptChildCall::PubSubAdoptChildCall | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| PubSubAdoptChildCall::PubSubAdoptChildCall | ( | const PubSubAdoptChildCall & | other | ) |
| virtual PubSubAdoptChildCall::~PubSubAdoptChildCall | ( | ) | [virtual] |
| virtual PubSubAdoptChildCall* PubSubAdoptChildCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 931 of file PubSubMessage_m.h.
00931 {return new PubSubAdoptChildCall(*this);}
| virtual const NodeHandle& PubSubAdoptChildCall::getChild | ( | ) | const [inline, virtual] |
Definition at line 939 of file PubSubMessage_m.h.
Referenced by getChild().
00939 {return const_cast<PubSubAdoptChildCall*>(this)->getChild();}
| virtual NodeHandle& PubSubAdoptChildCall::getChild | ( | ) | [virtual] |
Referenced by PubSubMMOG::handleAdoptChildCall().
| virtual int PubSubAdoptChildCall::getSubspaceId | ( | ) | const [virtual] |
Referenced by PubSubMMOG::handleAdoptChildCall().
| PubSubAdoptChildCall& PubSubAdoptChildCall::operator= | ( | const PubSubAdoptChildCall & | other | ) |
| bool PubSubAdoptChildCall::operator== | ( | const PubSubAdoptChildCall & | ) | [protected] |
| virtual void PubSubAdoptChildCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void PubSubAdoptChildCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void PubSubAdoptChildCall::setChild | ( | const NodeHandle & | child_var | ) | [virtual] |
| virtual void PubSubAdoptChildCall::setSubspaceId | ( | int | subspaceId_var | ) | [virtual] |
NodeHandle PubSubAdoptChildCall::child_var [protected] |
Definition at line 921 of file PubSubMessage_m.h.
int PubSubAdoptChildCall::subspaceId_var [protected] |
Definition at line 920 of file PubSubMessage_m.h.
1.5.8