overlay/chord/ChordMessage.msg by opp_msgc.
More...
#include <ChordMessage_m.h>

Public Member Functions | |
| NotifyCall (const char *name=NULL, int kind=0) | |
| NotifyCall (const NotifyCall &other) | |
| virtual | ~NotifyCall () |
| NotifyCall & | operator= (const NotifyCall &other) |
| virtual NotifyCall * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual TransportAddress & | getFailed () |
| virtual const TransportAddress & | getFailed () const |
| virtual void | setFailed (const TransportAddress &failed_var) |
Protected Member Functions | |
| bool | operator== (const NotifyCall &) |
Protected Attributes | |
| TransportAddress | failed_var |
overlay/chord/ChordMessage.msg by opp_msgc.
packet NotifyCall extends BaseCallMessage { TransportAddress failed = TransportAddress::UNSPECIFIED_NODE; }
Definition at line 152 of file ChordMessage_m.h.
| NotifyCall::NotifyCall | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| NotifyCall::NotifyCall | ( | const NotifyCall & | other | ) |
| virtual NotifyCall::~NotifyCall | ( | ) | [virtual] |
| virtual NotifyCall* NotifyCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 165 of file ChordMessage_m.h.
00165 {return new NotifyCall(*this);}
| virtual const TransportAddress& NotifyCall::getFailed | ( | ) | const [inline, virtual] |
Definition at line 171 of file ChordMessage_m.h.
Referenced by getFailed().
00171 {return const_cast<NotifyCall*>(this)->getFailed();}
| virtual TransportAddress& NotifyCall::getFailed | ( | ) | [virtual] |
Referenced by oversim::Chord::rpcNotify().
| NotifyCall& NotifyCall::operator= | ( | const NotifyCall & | other | ) |
| bool NotifyCall::operator== | ( | const NotifyCall & | ) | [protected] |
| virtual void NotifyCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void NotifyCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void NotifyCall::setFailed | ( | const TransportAddress & | failed_var | ) | [virtual] |
Referenced by oversim::Chord::handleRpcStabilizeResponse().
TransportAddress NotifyCall::failed_var [protected] |
Definition at line 155 of file ChordMessage_m.h.
1.5.8