Class generated from 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 |
Class generated from common/CommonMessages.msg
by opp_msgc.
packet FindNodeCall extends BaseCallMessage { OverlayKey lookupKey; int numRedundantNodes; int numSiblings; bool exhaustiveIterative = false; }
Definition at line 616 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 632 of file CommonMessages_m.h.
{return new FindNodeCall(*this);}
virtual bool FindNodeCall::getExhaustiveIterative | ( | ) | const [virtual] |
Referenced by BaseOverlay::findNodeRpc().
virtual OverlayKey& FindNodeCall::getLookupKey | ( | ) | [virtual] |
Referenced by BaseOverlay::findNodeRpc(), and IterativePathLookup::handleTimeout().
virtual const OverlayKey& FindNodeCall::getLookupKey | ( | ) | const [inline, virtual] |
Definition at line 638 of file CommonMessages_m.h.
Referenced by getLookupKey().
{return const_cast<FindNodeCall*>(this)->getLookupKey();}
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] |
Reimplemented from BaseCallMessage.
Referenced by doPacking().
virtual void FindNodeCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from BaseCallMessage.
Referenced by doUnpacking().
virtual void FindNodeCall::setExhaustiveIterative | ( | bool | exhaustiveIterative_var | ) | [virtual] |
Referenced by IterativeLookup::createFindNodeCall(), and Kademlia::sendSiblingFindNodeCall().
virtual void FindNodeCall::setLookupKey | ( | const OverlayKey & | lookupKey_var | ) | [virtual] |
virtual void FindNodeCall::setNumRedundantNodes | ( | int | numRedundantNodes_var | ) | [virtual] |
virtual void FindNodeCall::setNumSiblings | ( | int | numSiblings_var | ) | [virtual] |
bool FindNodeCall::exhaustiveIterative_var [protected] |
Definition at line 622 of file CommonMessages_m.h.
::OverlayKey FindNodeCall::lookupKey_var [protected] |
Definition at line 619 of file CommonMessages_m.h.
int FindNodeCall::numRedundantNodes_var [protected] |
Definition at line 620 of file CommonMessages_m.h.
int FindNodeCall::numSiblings_var [protected] |
Definition at line 621 of file CommonMessages_m.h.