OverSim
|
Class generated from overlay/pubsubmmog/PubSubMessage.msg
by opp_msgc.
More...
#include <PubSubMessage_m.h>
Public Member Functions | |
PubSubReleaseIntermediateMessage (const char *name=NULL, int kind=0) | |
PubSubReleaseIntermediateMessage (const PubSubReleaseIntermediateMessage &other) | |
virtual | ~PubSubReleaseIntermediateMessage () |
PubSubReleaseIntermediateMessage & | operator= (const PubSubReleaseIntermediateMessage &other) |
virtual PubSubReleaseIntermediateMessage * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual int | getSubspaceId () const |
virtual void | setSubspaceId (int subspaceId) |
Public Member Functions inherited from BaseOverlayMessage | |
BaseOverlayMessage (const char *name=NULL, int kind=0) | |
BaseOverlayMessage (const BaseOverlayMessage &other) | |
virtual | ~BaseOverlayMessage () |
BaseOverlayMessage & | operator= (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) | |
OverSimMessage & | operator= (const OverSimMessage &other) |
Public Member Functions inherited from OverSimMessage_Base | |
virtual | ~OverSimMessage_Base () |
Protected Member Functions | |
bool | operator== (const PubSubReleaseIntermediateMessage &) |
Protected Member Functions inherited from BaseOverlayMessage | |
bool | operator== (const BaseOverlayMessage &) |
Protected Attributes | |
int | subspaceId_var |
Protected Attributes inherited from BaseOverlayMessage | |
int | type_var |
int | statType_var |
Private Member Functions | |
void | copy (const PubSubReleaseIntermediateMessage &other) |
Class generated from overlay/pubsubmmog/PubSubMessage.msg
by opp_msgc.
packet PubSubReleaseIntermediateMessage extends BaseOverlayMessage { int subspaceId; }
Definition at line 1084 of file PubSubMessage_m.h.
PubSubReleaseIntermediateMessage::PubSubReleaseIntermediateMessage | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
PubSubReleaseIntermediateMessage::PubSubReleaseIntermediateMessage | ( | const PubSubReleaseIntermediateMessage & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
|
virtual |
Referenced by PubSubMMOG::handleReleaseIntermediate().
PubSubReleaseIntermediateMessage& PubSubReleaseIntermediateMessage::operator= | ( | const PubSubReleaseIntermediateMessage & | other | ) |
|
protected |
|
virtual |
Reimplemented from BaseOverlayMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from BaseOverlayMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by PubSubMMOG::unsubscribeChild().
|
protected |
Definition at line 1087 of file PubSubMessage_m.h.