OverSim
|
Class generated from overlay/nice/NiceMessage.msg
by opp_msgc.
More...
#include <NiceMessage_m.h>
Public Member Functions | |
NiceMulticastMessage (const char *name=NULL, int kind=0) | |
NiceMulticastMessage (const NiceMulticastMessage &other) | |
virtual | ~NiceMulticastMessage () |
NiceMulticastMessage & | operator= (const NiceMulticastMessage &other) |
virtual NiceMulticastMessage * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual TransportAddress & | getLastHop () |
virtual const TransportAddress & | getLastHop () const |
virtual void | setLastHop (const TransportAddress &lastHop) |
virtual double | getSendTime () const |
virtual void | setSendTime (double sendTime) |
virtual unsigned int | getSeqNo () const |
virtual void | setSeqNo (unsigned int seqNo) |
virtual unsigned int | getHopCount () const |
virtual void | setHopCount (unsigned int hopCount) |
Public Member Functions inherited from NiceMessage | |
NiceMessage (const char *name=NULL, int kind=0) | |
NiceMessage (const NiceMessage &other) | |
virtual | ~NiceMessage () |
NiceMessage & | operator= (const NiceMessage &other) |
virtual int | getCommand () const |
virtual void | setCommand (int command) |
virtual TransportAddress & | getSrcNode () |
virtual const TransportAddress & | getSrcNode () const |
virtual void | setSrcNode (const TransportAddress &srcNode) |
virtual short | getLayer () const |
virtual void | setLayer (short layer) |
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 NiceMulticastMessage &) |
Protected Member Functions inherited from NiceMessage | |
bool | operator== (const NiceMessage &) |
Protected Member Functions inherited from BaseOverlayMessage | |
bool | operator== (const BaseOverlayMessage &) |
Protected Attributes | |
TransportAddress | lastHop_var |
double | sendTime_var |
unsigned int | seqNo_var |
unsigned int | hopCount_var |
Protected Attributes inherited from NiceMessage | |
int | command_var |
TransportAddress | srcNode_var |
short | layer_var |
Protected Attributes inherited from BaseOverlayMessage | |
int | type_var |
int | statType_var |
Private Member Functions | |
void | copy (const NiceMulticastMessage &other) |
Class generated from overlay/nice/NiceMessage.msg
by opp_msgc.
message NiceMulticastMessage extends NiceMessage { TransportAddress lastHop; double sendTime; unsigned int seqNo; unsigned int hopCount; }
Definition at line 343 of file NiceMessage_m.h.
NiceMulticastMessage::NiceMulticastMessage | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
NiceMulticastMessage::NiceMulticastMessage | ( | const NiceMulticastMessage & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
Reimplemented from NiceMessage.
Definition at line 363 of file NiceMessage_m.h.
Referenced by oversim::Nice::handleNiceMulticast(), and oversim::Nice::sendDataToOverlay().
|
virtual |
Referenced by oversim::Nice::handleNiceMulticast().
|
virtual |
Referenced by oversim::Nice::sendDataToOverlay().
|
inlinevirtual |
|
virtual |
|
virtual |
NiceMulticastMessage& NiceMulticastMessage::operator= | ( | const NiceMulticastMessage & | other | ) |
|
protected |
|
virtual |
Reimplemented from NiceMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from NiceMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by oversim::Nice::handleAppMessage(), and oversim::Nice::handleNiceMulticast().
|
virtual |
Referenced by oversim::Nice::handleAppMessage(), and oversim::Nice::sendDataToOverlay().
|
virtual |
|
virtual |
|
protected |
Definition at line 349 of file NiceMessage_m.h.
|
protected |
Definition at line 346 of file NiceMessage_m.h.
|
protected |
Definition at line 347 of file NiceMessage_m.h.
|
protected |
Definition at line 348 of file NiceMessage_m.h.