|
OverSim
|
Class generated from overlay/nice/NiceMessage.msg by opp_msgc.
More...
#include <NiceMessage_m.h>
Public Member Functions | |
| NiceMessage (const char *name=NULL, int kind=0) | |
| NiceMessage (const NiceMessage &other) | |
| virtual | ~NiceMessage () |
| NiceMessage & | operator= (const NiceMessage &other) |
| virtual NiceMessage * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| 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 NiceMessage &) |
Protected Member Functions inherited from BaseOverlayMessage | |
| bool | operator== (const BaseOverlayMessage &) |
Protected Attributes | |
| 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 NiceMessage &other) |
Class generated from overlay/nice/NiceMessage.msg by opp_msgc.
message NiceMessage extends BaseOverlayMessage { int command enum(NICECommand); TransportAddress srcNode; short layer; }
Definition at line 98 of file NiceMessage_m.h.
| NiceMessage::NiceMessage | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| NiceMessage::NiceMessage | ( | const NiceMessage & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
Reimplemented from BaseOverlayMessage.
Reimplemented in NiceMulticastMessage, NiceLeaderHeartbeat, NiceHeartbeat, NiceClusterMerge, and NiceMemberMessage.
Definition at line 117 of file NiceMessage_m.h.
Referenced by oversim::Nice::handleNiceJoinCluster(), oversim::Nice::handleNiceQuery(), oversim::Nice::handleNiceQueryResponse(), oversim::Nice::handleNiceRemove(), and oversim::Nice::sendHeartbeats().
|
virtual |
Referenced by oversim::Nice::handleUDPMessage().
|
virtual |
Referenced by oversim::Nice::checkLeaderHeartbeatsForCollisions(), oversim::Nice::handleNiceClusterMergeRequest(), oversim::Nice::handleNiceForceMerge(), oversim::Nice::handleNiceJoinCluster(), oversim::Nice::handleNiceJoineval(), oversim::Nice::handleNiceJoinevalResponse(), oversim::Nice::handleNiceLeaderHeartbeat(), oversim::Nice::handleNiceLeaderTransfer(), oversim::Nice::handleNicePingProbe(), oversim::Nice::handleNicePingProbeResponse(), oversim::Nice::handleNiceQuery(), oversim::Nice::handleNiceQueryResponse(), oversim::Nice::handleNiceRemove(), and oversim::Nice::sendDataToOverlay().
|
virtual |
Referenced by oversim::Nice::checkLeaderHeartbeatsForCollisions(), oversim::Nice::handleNiceClusterMergeRequest(), oversim::Nice::handleNiceForceMerge(), oversim::Nice::handleNiceHeartbeat(), oversim::Nice::handleNiceJoinCluster(), oversim::Nice::handleNiceJoineval(), oversim::Nice::handleNiceJoinevalResponse(), oversim::Nice::handleNiceLeaderHeartbeat(), oversim::Nice::handleNiceLeaderTransfer(), oversim::Nice::handleNiceMulticast(), oversim::Nice::handleNicePeerTemporary(), oversim::Nice::handleNicePeerTemporaryRelease(), oversim::Nice::handleNicePingProbe(), oversim::Nice::handleNicePingProbeResponse(), oversim::Nice::handleNicePollRp(), oversim::Nice::handleNiceQuery(), oversim::Nice::handleNiceQueryResponse(), oversim::Nice::handleNiceRemove(), oversim::Nice::handleUDPMessage(), and oversim::Nice::sendDataToOverlay().
|
inlinevirtual |
| NiceMessage& NiceMessage::operator= | ( | const NiceMessage & | other | ) |
|
protected |
|
virtual |
Reimplemented from BaseOverlayMessage.
Reimplemented in NiceMulticastMessage, NiceLeaderHeartbeat, NiceHeartbeat, NiceClusterMerge, and NiceMemberMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from BaseOverlayMessage.
Reimplemented in NiceMulticastMessage, NiceLeaderHeartbeat, NiceHeartbeat, NiceClusterMerge, and NiceMemberMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by oversim::Nice::BasicJoinLayer(), oversim::Nice::checkLeaderHeartbeatsForCollisions(), oversim::Nice::ClusterMergeRequest(), oversim::Nice::handleAppMessage(), oversim::Nice::handleNiceJoineval(), oversim::Nice::handleNicePingProbe(), oversim::Nice::handleNicePollRp(), oversim::Nice::handleNiceQuery(), oversim::Nice::handleNiceQueryResponse(), oversim::Nice::JoinCluster(), oversim::Nice::LeaderTransfer(), oversim::Nice::pollRP(), oversim::Nice::Query(), oversim::Nice::Remove(), oversim::Nice::sendHeartbeats(), oversim::Nice::sendHeartbeatTo(), and oversim::Nice::sendRemoveTo().
|
virtual |
Referenced by oversim::Nice::BasicJoinLayer(), oversim::Nice::checkLeaderHeartbeatsForCollisions(), oversim::Nice::ClusterMergeRequest(), oversim::Nice::handleAppMessage(), oversim::Nice::handleNiceJoineval(), oversim::Nice::handleNicePingProbe(), oversim::Nice::handleNicePollRp(), oversim::Nice::handleNiceQuery(), oversim::Nice::handleNiceQueryResponse(), oversim::Nice::JoinCluster(), oversim::Nice::LeaderTransfer(), oversim::Nice::pollRP(), oversim::Nice::Query(), oversim::Nice::Remove(), oversim::Nice::sendDataToOverlay(), oversim::Nice::sendHeartbeats(), oversim::Nice::sendHeartbeatTo(), and oversim::Nice::sendRemoveTo().
|
virtual |
Referenced by oversim::Nice::BasicJoinLayer(), oversim::Nice::checkLeaderHeartbeatsForCollisions(), oversim::Nice::ClusterMergeRequest(), oversim::Nice::handleAppMessage(), oversim::Nice::handleNiceJoineval(), oversim::Nice::handleNicePingProbe(), oversim::Nice::handleNicePollRp(), oversim::Nice::handleNiceQuery(), oversim::Nice::handleNiceQueryResponse(), oversim::Nice::JoinCluster(), oversim::Nice::LeaderTransfer(), oversim::Nice::pollRP(), oversim::Nice::Query(), oversim::Nice::Remove(), oversim::Nice::sendDataToOverlay(), oversim::Nice::sendHeartbeats(), oversim::Nice::sendHeartbeatTo(), and oversim::Nice::sendRemoveTo().
|
protected |
Definition at line 101 of file NiceMessage_m.h.
|
protected |
Definition at line 103 of file NiceMessage_m.h.
|
protected |
Definition at line 102 of file NiceMessage_m.h.