|
OverSim
|
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) |
| virtual TransportAddress & | getDestAddr () |
| virtual const TransportAddress & | getDestAddr () const |
| virtual void | setDestAddr (const TransportAddress &destAddr) |
| virtual bool | getMeasurementPhase () const |
| virtual void | setMeasurementPhase (bool measurementPhase) |
Protected Member Functions | |
| bool | operator== (const KbrRpcContext &) |
Protected Attributes | |
| OverlayKey | destKey_var |
| TransportAddress | destAddr_var |
| bool | measurementPhase_var |
Private Member Functions | |
| void | copy (const KbrRpcContext &other) |
Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc.
class KbrRpcContext { OverlayKey destKey = OverlayKey::UNSPECIFIED_KEY; TransportAddress destAddr = TransportAddress::UNSPECIFIED_NODE; bool measurementPhase; }
Definition at line 233 of file KBRTestMessage_m.h.
| KbrRpcContext::KbrRpcContext | ( | ) |
Referenced by dup().
| KbrRpcContext::KbrRpcContext | ( | const KbrRpcContext & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
Definition at line 252 of file KBRTestMessage_m.h.
|
virtual |
Referenced by KBRTestApp::handleLookupResponse(), and KBRTestApp::handleRpcResponse().
|
inlinevirtual |
|
virtual |
Referenced by KBRTestApp::handleRpcResponse().
|
inlinevirtual |
|
virtual |
| KbrRpcContext& KbrRpcContext::operator= | ( | const KbrRpcContext & | other | ) |
|
protected |
|
virtual |
Referenced by doPacking().
|
virtual |
Referenced by doUnpacking().
|
virtual |
Referenced by KBRTestApp::handleTimerEvent().
|
virtual |
Referenced by KBRTestApp::handleTimerEvent().
|
virtual |
Referenced by KBRTestApp::handleTimerEvent().
|
protected |
Definition at line 237 of file KBRTestMessage_m.h.
|
protected |
Definition at line 236 of file KBRTestMessage_m.h.
|
protected |
Definition at line 238 of file KBRTestMessage_m.h.