common/CommonMessages.msg by opp_msgc.
More...
#include <CommonMessages_m.h>

Public Member Functions | |
| FindNodeCall (const char *name=NULL, int kind=0) | |
| FindNodeCall (const FindNodeCall &other) | |
| virtual | ~FindNodeCall () |
| FindNodeCall & | operator= (const FindNodeCall &other) |
| virtual FindNodeCall * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual OverlayKey & | getLookupKey () |
| virtual const OverlayKey & | getLookupKey () const |
| virtual void | setLookupKey (const OverlayKey &lookupKey_var) |
| virtual int | getNumRedundantNodes () const |
| virtual void | setNumRedundantNodes (int numRedundantNodes_var) |
| virtual int | getNumSiblings () const |
| virtual void | setNumSiblings (int numSiblings_var) |
| virtual bool | getExhaustiveIterative () const |
| virtual void | setExhaustiveIterative (bool exhaustiveIterative_var) |
Protected Member Functions | |
| bool | operator== (const FindNodeCall &) |
Protected Attributes | |
| OverlayKey | lookupKey_var |
| int | numRedundantNodes_var |
| int | numSiblings_var |
| bool | exhaustiveIterative_var |
common/CommonMessages.msg by opp_msgc.
packet FindNodeCall extends BaseCallMessage { OverlayKey lookupKey; int numRedundantNodes; int numSiblings; bool exhaustiveIterative = false; }
Definition at line 609 of file CommonMessages_m.h.
| FindNodeCall::FindNodeCall | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| FindNodeCall::FindNodeCall | ( | const FindNodeCall & | other | ) |
| virtual FindNodeCall::~FindNodeCall | ( | ) | [virtual] |
| virtual FindNodeCall* FindNodeCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 625 of file CommonMessages_m.h.
00625 {return new FindNodeCall(*this);}
| virtual bool FindNodeCall::getExhaustiveIterative | ( | ) | const [virtual] |
Referenced by BaseOverlay::findNodeRpc().
| virtual const OverlayKey& FindNodeCall::getLookupKey | ( | ) | const [inline, virtual] |
Definition at line 631 of file CommonMessages_m.h.
Referenced by getLookupKey().
00631 {return const_cast<FindNodeCall*>(this)->getLookupKey();}
| virtual OverlayKey& FindNodeCall::getLookupKey | ( | ) | [virtual] |
Referenced by BaseOverlay::findNodeRpc(), and IterativePathLookup::handleTimeout().
| virtual int FindNodeCall::getNumRedundantNodes | ( | ) | const [virtual] |
Referenced by BaseOverlay::findNodeRpc().
| virtual int FindNodeCall::getNumSiblings | ( | ) | const [virtual] |
Referenced by BaseOverlay::findNodeRpc(), and BaseOverlay::internalSendRouteRpc().
| FindNodeCall& FindNodeCall::operator= | ( | const FindNodeCall & | other | ) |
| bool FindNodeCall::operator== | ( | const FindNodeCall & | ) | [protected] |
| virtual void FindNodeCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void FindNodeCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void FindNodeCall::setExhaustiveIterative | ( | bool | exhaustiveIterative_var | ) | [virtual] |
Referenced by IterativeLookup::createFindNodeCall().
| virtual void FindNodeCall::setLookupKey | ( | const OverlayKey & | lookupKey_var | ) | [virtual] |
Referenced by IterativeLookup::createFindNodeCall(), and RecursiveLookup::lookup().
| virtual void FindNodeCall::setNumRedundantNodes | ( | int | numRedundantNodes_var | ) | [virtual] |
Referenced by IterativeLookup::createFindNodeCall(), and RecursiveLookup::lookup().
| virtual void FindNodeCall::setNumSiblings | ( | int | numSiblings_var | ) | [virtual] |
Referenced by IterativeLookup::createFindNodeCall(), and RecursiveLookup::lookup().
bool FindNodeCall::exhaustiveIterative_var [protected] |
Definition at line 615 of file CommonMessages_m.h.
OverlayKey FindNodeCall::lookupKey_var [protected] |
Definition at line 612 of file CommonMessages_m.h.
int FindNodeCall::numRedundantNodes_var [protected] |
Definition at line 613 of file CommonMessages_m.h.
int FindNodeCall::numSiblings_var [protected] |
Definition at line 614 of file CommonMessages_m.h.
1.5.8