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 |
overlay/chord/ChordMessage.msg by opp_msgc.
packet NotifyResponse extends BaseResponseMessage { int sucNum; NodeHandle sucNode[]; NodeHandle preNode; bool preNodeSet; }
Definition at line 190 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 207 of file ChordMessage_m.h.
00207 {return new NotifyResponse(*this);}
| virtual const NodeHandle& NotifyResponse::getPreNode | ( | ) | const [inline, virtual] |
Definition at line 220 of file ChordMessage_m.h.
Referenced by getPreNode().
00220 {return const_cast<NotifyResponse*>(this)->getPreNode();}
| virtual NodeHandle& NotifyResponse::getPreNode | ( | ) | [virtual] |
Referenced by oversim::Chord::handleRpcNotifyResponse().
| virtual bool NotifyResponse::getPreNodeSet | ( | ) | const [virtual] |
Referenced by oversim::Chord::handleRpcNotifyResponse().
| virtual const NodeHandle& NotifyResponse::getSucNode | ( | unsigned int | k | ) | const [inline, virtual] |
Definition at line 217 of file ChordMessage_m.h.
Referenced by getSucNode().
00217 {return const_cast<NotifyResponse*>(this)->getSucNode(k);}
| virtual NodeHandle& NotifyResponse::getSucNode | ( | unsigned int | k | ) | [virtual] |
Referenced by oversim::ChordSuccessorList::updateList().
| 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] |
| virtual void NotifyResponse::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| 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 196 of file ChordMessage_m.h.
bool NotifyResponse::preNodeSet_var [protected] |
Definition at line 197 of file ChordMessage_m.h.
unsigned int NotifyResponse::sucNode_arraysize [protected] |
Definition at line 195 of file ChordMessage_m.h.
NodeHandle* NotifyResponse::sucNode_var [protected] |
Definition at line 194 of file ChordMessage_m.h.
int NotifyResponse::sucNum_var [protected] |
Definition at line 193 of file ChordMessage_m.h.
1.5.8