OverSim
|
Class generated from overlay/pubsubmmog/PubSubMessage.msg
by opp_msgc.
More...
#include <PubSubMessage_m.h>
Public Member Functions | |
PubSubSubscriptionCall (const char *name=NULL, int kind=0) | |
PubSubSubscriptionCall (const PubSubSubscriptionCall &other) | |
virtual | ~PubSubSubscriptionCall () |
PubSubSubscriptionCall & | operator= (const PubSubSubscriptionCall &other) |
virtual PubSubSubscriptionCall * | 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 BaseCallMessage | |
BaseCallMessage (const char *name=NULL, int kind=0) | |
BaseCallMessage (const BaseCallMessage &other) | |
virtual | ~BaseCallMessage () |
BaseCallMessage & | operator= (const BaseCallMessage &other) |
Public Member Functions inherited from BaseRpcMessage | |
BaseRpcMessage (const char *name=NULL, int kind=0) | |
BaseRpcMessage (const BaseRpcMessage &other) | |
virtual | ~BaseRpcMessage () |
BaseRpcMessage & | operator= (const BaseRpcMessage &other) |
virtual unsigned int | getNonce () const |
virtual void | setNonce (unsigned int nonce) |
virtual NodeHandle & | getSrcNode () |
virtual const NodeHandle & | getSrcNode () const |
virtual void | setSrcNode (const NodeHandle &srcNode) |
virtual void | setAuthBlockArraySize (uint8_t size) |
virtual uint8_t | getAuthBlockArraySize () const |
virtual AuthBlock & | getAuthBlock (uint8_t k) |
virtual const AuthBlock & | getAuthBlock (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 () |
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 PubSubSubscriptionCall &) |
Protected Member Functions inherited from BaseCallMessage | |
bool | operator== (const BaseCallMessage &) |
Protected Member Functions inherited from BaseRpcMessage | |
bool | operator== (const BaseRpcMessage &) |
Protected Member Functions inherited from BaseOverlayMessage | |
bool | operator== (const BaseOverlayMessage &) |
Protected Attributes | |
int | subspaceId_var |
Private Member Functions | |
void | copy (const PubSubSubscriptionCall &other) |
Class generated from overlay/pubsubmmog/PubSubMessage.msg
by opp_msgc.
packet PubSubSubscriptionCall extends BaseCallMessage { int subspaceId; }
Definition at line 410 of file PubSubMessage_m.h.
PubSubSubscriptionCall::PubSubSubscriptionCall | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
PubSubSubscriptionCall::PubSubSubscriptionCall | ( | const PubSubSubscriptionCall & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
|
virtual |
Referenced by PubSubMMOG::handleSubscriptionCall(), and PubSubMMOG::handleSubscriptionCallTimeout().
PubSubSubscriptionCall& PubSubSubscriptionCall::operator= | ( | const PubSubSubscriptionCall & | other | ) |
|
protected |
|
virtual |
Reimplemented from BaseCallMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from BaseCallMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by PubSubMMOG::handleJoinResponse(), and PubSubMMOG::handleResponsibleNodeResponse().
|
protected |
Definition at line 413 of file PubSubMessage_m.h.