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 |
common/cbr/CoordMessages.msg by opp_msgc.
packet RttToNodeCall extends BaseCallMessage { TransportAddress nodeToPing; }
Definition at line 68 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 81 of file CoordMessages_m.h.
00081 {return new RttToNodeCall(*this);}
| virtual const TransportAddress& RttToNodeCall::getNodeToPing | ( | ) | const [inline, virtual] |
Definition at line 87 of file CoordMessages_m.h.
Referenced by getNodeToPing().
00087 {return const_cast<RttToNodeCall*>(this)->getNodeToPing();}
| virtual TransportAddress& RttToNodeCall::getNodeToPing | ( | ) | [virtual] |
| RttToNodeCall& RttToNodeCall::operator= | ( | const RttToNodeCall & | other | ) |
| bool RttToNodeCall::operator== | ( | const RttToNodeCall & | ) | [protected] |
| virtual void RttToNodeCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void RttToNodeCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void RttToNodeCall::setNodeToPing | ( | const TransportAddress & | nodeToPing_var | ) | [virtual] |
TransportAddress RttToNodeCall::nodeToPing_var [protected] |
Definition at line 71 of file CoordMessages_m.h.
1.5.8