Class generated from applications/kbrtestapp/KBRTestMessage.msg
by opp_msgc.
More...
#include <KBRTestMessage_m.h>
Public Member Functions | |
KbrRpcContext () | |
KbrRpcContext (const KbrRpcContext &other) | |
virtual | ~KbrRpcContext () |
KbrRpcContext & | operator= (const KbrRpcContext &other) |
virtual KbrRpcContext * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual OverlayKey & | getDestKey () |
virtual const OverlayKey & | getDestKey () const |
virtual void | setDestKey (const OverlayKey &destKey_var) |
virtual TransportAddress & | getDestAddr () |
virtual const TransportAddress & | getDestAddr () const |
virtual void | setDestAddr (const TransportAddress &destAddr_var) |
virtual bool | getMeasurementPhase () const |
virtual void | setMeasurementPhase (bool measurementPhase_var) |
Protected Member Functions | |
bool | operator== (const KbrRpcContext &) |
Protected Attributes | |
::OverlayKey | destKey_var |
::TransportAddress | destAddr_var |
bool | measurementPhase_var |
Class generated from applications/kbrtestapp/KBRTestMessage.msg
by opp_msgc.
class KbrRpcContext { OverlayKey destKey; TransportAddress destAddr; bool measurementPhase; }
Definition at line 145 of file KBRTestMessage_m.h.
KbrRpcContext::KbrRpcContext | ( | ) |
Referenced by dup().
KbrRpcContext::KbrRpcContext | ( | const KbrRpcContext & | other | ) |
virtual KbrRpcContext::~KbrRpcContext | ( | ) | [virtual] |
virtual KbrRpcContext* KbrRpcContext::dup | ( | ) | const [inline, virtual] |
Definition at line 160 of file KBRTestMessage_m.h.
{return new KbrRpcContext(*this);}
virtual TransportAddress& KbrRpcContext::getDestAddr | ( | ) | [virtual] |
Referenced by KBRTestApp::handleLookupResponse(), and KBRTestApp::handleRpcResponse().
virtual const TransportAddress& KbrRpcContext::getDestAddr | ( | ) | const [inline, virtual] |
Definition at line 169 of file KBRTestMessage_m.h.
Referenced by getDestAddr().
{return const_cast<KbrRpcContext*>(this)->getDestAddr();}
virtual OverlayKey& KbrRpcContext::getDestKey | ( | ) | [virtual] |
Referenced by KBRTestApp::handleRpcResponse().
virtual const OverlayKey& KbrRpcContext::getDestKey | ( | ) | const [inline, virtual] |
Definition at line 166 of file KBRTestMessage_m.h.
Referenced by getDestKey().
{return const_cast<KbrRpcContext*>(this)->getDestKey();}
virtual bool KbrRpcContext::getMeasurementPhase | ( | ) | const [virtual] |
KbrRpcContext& KbrRpcContext::operator= | ( | const KbrRpcContext & | other | ) |
bool KbrRpcContext::operator== | ( | const KbrRpcContext & | ) | [protected] |
virtual void KbrRpcContext::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doPacking().
virtual void KbrRpcContext::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doUnpacking().
virtual void KbrRpcContext::setDestAddr | ( | const TransportAddress & | destAddr_var | ) | [virtual] |
Referenced by KBRTestApp::handleTimerEvent().
virtual void KbrRpcContext::setDestKey | ( | const OverlayKey & | destKey_var | ) | [virtual] |
Referenced by KBRTestApp::handleTimerEvent().
virtual void KbrRpcContext::setMeasurementPhase | ( | bool | measurementPhase_var | ) | [virtual] |
Referenced by KBRTestApp::handleTimerEvent().
::TransportAddress KbrRpcContext::destAddr_var [protected] |
Definition at line 149 of file KBRTestMessage_m.h.
::OverlayKey KbrRpcContext::destKey_var [protected] |
Definition at line 148 of file KBRTestMessage_m.h.
bool KbrRpcContext::measurementPhase_var [protected] |
Definition at line 150 of file KBRTestMessage_m.h.