Class generated from 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 |
Class generated from overlay/chord/ChordMessage.msg by opp_msgc.
packet NotifyCall extends BaseCallMessage { TransportAddress failed = TransportAddress::UNSPECIFIED_NODE; }
Definition at line 150 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 163 of file ChordMessage_m.h.
{return new NotifyCall(*this);}
| virtual TransportAddress& NotifyCall::getFailed | ( | ) | [virtual] |
Referenced by oversim::Chord::rpcNotify().
| virtual const TransportAddress& NotifyCall::getFailed | ( | ) | const [inline, virtual] |
Definition at line 169 of file ChordMessage_m.h.
Referenced by getFailed().
{return const_cast<NotifyCall*>(this)->getFailed();}
| NotifyCall& NotifyCall::operator= | ( | const NotifyCall & | other | ) |
| bool NotifyCall::operator== | ( | const NotifyCall & | ) | [protected] |
| virtual void NotifyCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doPacking().
| virtual void NotifyCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doUnpacking().
| virtual void NotifyCall::setFailed | ( | const TransportAddress & | failed_var | ) | [virtual] |
Referenced by oversim::Chord::handleRpcStabilizeResponse().
::TransportAddress NotifyCall::failed_var [protected] |
Definition at line 153 of file ChordMessage_m.h.
1.7.1