Class generated from overlay/chord/ChordMessage.msg by opp_msgc.
More...
#include <ChordMessage_m.h>
Public Member Functions | |
| NotifyResponse (const char *name=NULL, int kind=0) | |
| NotifyResponse (const NotifyResponse &other) | |
| virtual | ~NotifyResponse () |
| NotifyResponse & | operator= (const NotifyResponse &other) |
| virtual NotifyResponse * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getSucNum () const |
| virtual void | setSucNum (int sucNum_var) |
| virtual void | setSucNodeArraySize (unsigned int size) |
| virtual unsigned int | getSucNodeArraySize () const |
| virtual NodeHandle & | getSucNode (unsigned int k) |
| virtual const NodeHandle & | getSucNode (unsigned int k) const |
| virtual void | setSucNode (unsigned int k, const NodeHandle &sucNode_var) |
| virtual NodeHandle & | getPreNode () |
| virtual const NodeHandle & | getPreNode () const |
| virtual void | setPreNode (const NodeHandle &preNode_var) |
| virtual bool | getPreNodeSet () const |
| virtual void | setPreNodeSet (bool preNodeSet_var) |
Protected Member Functions | |
| bool | operator== (const NotifyResponse &) |
Protected Attributes | |
| int | sucNum_var |
| ::NodeHandle * | sucNode_var |
| unsigned int | sucNode_arraysize |
| ::NodeHandle | preNode_var |
| bool | preNodeSet_var |
Class generated from overlay/chord/ChordMessage.msg by opp_msgc.
packet NotifyResponse extends BaseResponseMessage { int sucNum; NodeHandle sucNode[]; NodeHandle preNode; bool preNodeSet; }
Definition at line 188 of file ChordMessage_m.h.
| NotifyResponse::NotifyResponse | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| NotifyResponse::NotifyResponse | ( | const NotifyResponse & | other | ) |
| virtual NotifyResponse::~NotifyResponse | ( | ) | [virtual] |
| virtual NotifyResponse* NotifyResponse::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseResponseMessage.
Definition at line 205 of file ChordMessage_m.h.
{return new NotifyResponse(*this);}
| virtual NodeHandle& NotifyResponse::getPreNode | ( | ) | [virtual] |
Referenced by oversim::Chord::handleRpcNotifyResponse().
| virtual const NodeHandle& NotifyResponse::getPreNode | ( | ) | const [inline, virtual] |
Definition at line 218 of file ChordMessage_m.h.
Referenced by getPreNode().
{return const_cast<NotifyResponse*>(this)->getPreNode();}
| virtual bool NotifyResponse::getPreNodeSet | ( | ) | const [virtual] |
Referenced by oversim::Chord::handleRpcNotifyResponse().
| virtual NodeHandle& NotifyResponse::getSucNode | ( | unsigned int | k | ) | [virtual] |
Referenced by oversim::ChordSuccessorList::updateList().
| virtual const NodeHandle& NotifyResponse::getSucNode | ( | unsigned int | k | ) | const [inline, virtual] |
Definition at line 215 of file ChordMessage_m.h.
Referenced by getSucNode().
{return const_cast<NotifyResponse*>(this)->getSucNode(k);}
| virtual unsigned int NotifyResponse::getSucNodeArraySize | ( | ) | const [virtual] |
| virtual int NotifyResponse::getSucNum | ( | ) | const [virtual] |
Referenced by oversim::ChordSuccessorList::updateList().
| NotifyResponse& NotifyResponse::operator= | ( | const NotifyResponse & | other | ) |
| bool NotifyResponse::operator== | ( | const NotifyResponse & | ) | [protected] |
| virtual void NotifyResponse::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseResponseMessage.
Referenced by doPacking().
| virtual void NotifyResponse::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseResponseMessage.
Referenced by doUnpacking().
| virtual void NotifyResponse::setPreNode | ( | const NodeHandle & | preNode_var | ) | [virtual] |
Referenced by oversim::Chord::rpcNotify().
| virtual void NotifyResponse::setPreNodeSet | ( | bool | preNodeSet_var | ) | [virtual] |
Referenced by oversim::Chord::rpcNotify().
| virtual void NotifyResponse::setSucNode | ( | unsigned int | k, | |
| const NodeHandle & | sucNode_var | |||
| ) | [virtual] |
Referenced by oversim::Chord::rpcNotify().
| virtual void NotifyResponse::setSucNodeArraySize | ( | unsigned int | size | ) | [virtual] |
Referenced by oversim::Chord::rpcNotify().
| virtual void NotifyResponse::setSucNum | ( | int | sucNum_var | ) | [virtual] |
Referenced by oversim::Chord::rpcNotify().
::NodeHandle NotifyResponse::preNode_var [protected] |
Definition at line 194 of file ChordMessage_m.h.
bool NotifyResponse::preNodeSet_var [protected] |
Definition at line 195 of file ChordMessage_m.h.
unsigned int NotifyResponse::sucNode_arraysize [protected] |
Definition at line 193 of file ChordMessage_m.h.
::NodeHandle* NotifyResponse::sucNode_var [protected] |
Definition at line 192 of file ChordMessage_m.h.
int NotifyResponse::sucNum_var [protected] |
Definition at line 191 of file ChordMessage_m.h.
1.7.1