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

Public Member Functions | |
| LookupCall (const char *name=NULL, int kind=0) | |
| LookupCall (const LookupCall &other) | |
| virtual | ~LookupCall () |
| LookupCall & | operator= (const LookupCall &other) |
| virtual LookupCall * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual OverlayKey & | getKey () |
| virtual const OverlayKey & | getKey () const |
| virtual void | setKey (const OverlayKey &key_var) |
| virtual int | getNumSiblings () const |
| virtual void | setNumSiblings (int numSiblings_var) |
| virtual int | getRoutingType () const |
| virtual void | setRoutingType (int routingType_var) |
Protected Member Functions | |
| bool | operator== (const LookupCall &) |
Protected Attributes | |
| OverlayKey | key_var |
| int | numSiblings_var |
| int | routingType_var |
common/CommonMessages.msg by opp_msgc.
packet LookupCall extends BaseCallMessage { OverlayKey key; int numSiblings; int routingType enum(RoutingType) = DEFAULT_ROUTING; }
Definition at line 1476 of file CommonMessages_m.h.
| LookupCall::LookupCall | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| LookupCall::LookupCall | ( | const LookupCall & | other | ) |
| virtual LookupCall::~LookupCall | ( | ) | [virtual] |
| virtual LookupCall* LookupCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 1491 of file CommonMessages_m.h.
01491 {return new LookupCall(*this);}
| virtual const OverlayKey& LookupCall::getKey | ( | ) | const [inline, virtual] |
Definition at line 1497 of file CommonMessages_m.h.
Referenced by getKey().
01497 {return const_cast<LookupCall*>(this)->getKey();}
| virtual OverlayKey& LookupCall::getKey | ( | ) | [virtual] |
Referenced by SendToKeyListener::lookupFinished(), and BaseOverlay::lookupRpc().
| virtual int LookupCall::getNumSiblings | ( | ) | const [virtual] |
Referenced by BaseOverlay::lookupRpc().
| virtual int LookupCall::getRoutingType | ( | ) | const [virtual] |
Referenced by BaseOverlay::lookupRpc().
| LookupCall& LookupCall::operator= | ( | const LookupCall & | other | ) |
| bool LookupCall::operator== | ( | const LookupCall & | ) | [protected] |
| virtual void LookupCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void LookupCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void LookupCall::setKey | ( | const OverlayKey & | key_var | ) | [virtual] |
Referenced by DHT::handleGetCAPIRequest(), CBRDHT::handleGetCAPIRequest(), DHT::handlePutCAPIRequest(), CBRDHT::handlePutCAPIRequest(), P2pns::handleTimerEvent(), KBRTestApp::handleTimerEvent(), BootstrapList::locateBootstrapNode(), XmlRpcInterface::lookup(), P2pns::tunnel(), DHT::update(), and CBRDHT::update().
| virtual void LookupCall::setNumSiblings | ( | int | numSiblings_var | ) | [virtual] |
Referenced by DHT::handleGetCAPIRequest(), CBRDHT::handleGetCAPIRequest(), DHT::handlePutCAPIRequest(), CBRDHT::handlePutCAPIRequest(), P2pns::handleTimerEvent(), KBRTestApp::handleTimerEvent(), BootstrapList::locateBootstrapNode(), XmlRpcInterface::lookup(), P2pns::tunnel(), DHT::update(), and CBRDHT::update().
| virtual void LookupCall::setRoutingType | ( | int | routingType_var | ) | [virtual] |
Referenced by P2pns::handleTimerEvent(), and XmlRpcInterface::lookup().
OverlayKey LookupCall::key_var [protected] |
Definition at line 1479 of file CommonMessages_m.h.
int LookupCall::numSiblings_var [protected] |
Definition at line 1480 of file CommonMessages_m.h.
int LookupCall::routingType_var [protected] |
Definition at line 1481 of file CommonMessages_m.h.
1.5.8