|
OverSim
|
Class generated from overlay/pubsubmmog/PubSubMessage.msg by opp_msgc.
More...
#include <PubSubMessage_m.h>
Public Member Functions | |
| PubSubTimer (const char *name=NULL, int kind=0) | |
| PubSubTimer (const PubSubTimer &other) | |
| virtual | ~PubSubTimer () |
| PubSubTimer & | operator= (const PubSubTimer &other) |
| virtual PubSubTimer * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getType () const |
| virtual void | setType (int type) |
| virtual int | getSubspaceId () const |
| virtual void | setSubspaceId (int subspaceId) |
Protected Member Functions | |
| bool | operator== (const PubSubTimer &) |
Protected Attributes | |
| int | type_var |
| int | subspaceId_var |
Private Member Functions | |
| void | copy (const PubSubTimer &other) |
Class generated from overlay/pubsubmmog/PubSubMessage.msg by opp_msgc.
message PubSubTimer { int type enum(PubSubTimerType); int subspaceId; }
Definition at line 126 of file PubSubMessage_m.h.
| PubSubTimer::PubSubTimer | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| PubSubTimer::PubSubTimer | ( | const PubSubTimer & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
Definition at line 144 of file PubSubMessage_m.h.
|
virtual |
Referenced by PubSubMMOG::handleParentTimeout().
|
virtual |
Referenced by PubSubMMOG::startTimer().
| PubSubTimer& PubSubTimer::operator= | ( | const PubSubTimer & | other | ) |
|
protected |
|
virtual |
Referenced by doPacking().
|
virtual |
Referenced by doUnpacking().
|
virtual |
Referenced by PubSubLobby::failedNode(), and PubSubMMOG::handleBackupCall().
|
virtual |
Referenced by PubSubLobby::failedNode(), and PubSubMMOG::handleBackupCall().
|
protected |
Definition at line 130 of file PubSubMessage_m.h.
|
protected |
Definition at line 129 of file PubSubMessage_m.h.