Class generated from common/cbr/CoordMessages.msg
by opp_msgc.
More...
#include <CoordMessages_m.h>
Public Member Functions | |
RttToNodeCall (const char *name=NULL, int kind=0) | |
RttToNodeCall (const RttToNodeCall &other) | |
virtual | ~RttToNodeCall () |
RttToNodeCall & | operator= (const RttToNodeCall &other) |
virtual RttToNodeCall * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual TransportAddress & | getNodeToPing () |
virtual const TransportAddress & | getNodeToPing () const |
virtual void | setNodeToPing (const TransportAddress &nodeToPing_var) |
Protected Member Functions | |
bool | operator== (const RttToNodeCall &) |
Protected Attributes | |
::TransportAddress | nodeToPing_var |
Class generated from common/cbr/CoordMessages.msg
by opp_msgc.
packet RttToNodeCall extends BaseCallMessage { TransportAddress nodeToPing; }
Definition at line 67 of file CoordMessages_m.h.
RttToNodeCall::RttToNodeCall | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
RttToNodeCall::RttToNodeCall | ( | const RttToNodeCall & | other | ) |
virtual RttToNodeCall::~RttToNodeCall | ( | ) | [virtual] |
virtual RttToNodeCall* RttToNodeCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 80 of file CoordMessages_m.h.
{return new RttToNodeCall(*this);}
virtual TransportAddress& RttToNodeCall::getNodeToPing | ( | ) | [virtual] |
virtual const TransportAddress& RttToNodeCall::getNodeToPing | ( | ) | const [inline, virtual] |
Definition at line 86 of file CoordMessages_m.h.
Referenced by getNodeToPing().
{return const_cast<RttToNodeCall*>(this)->getNodeToPing();}
RttToNodeCall& RttToNodeCall::operator= | ( | const RttToNodeCall & | other | ) |
bool RttToNodeCall::operator== | ( | const RttToNodeCall & | ) | [protected] |
virtual void RttToNodeCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doPacking().
virtual void RttToNodeCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doUnpacking().
virtual void RttToNodeCall::setNodeToPing | ( | const TransportAddress & | nodeToPing_var | ) | [virtual] |
::TransportAddress RttToNodeCall::nodeToPing_var [protected] |
Definition at line 70 of file CoordMessages_m.h.