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 bool | getMeasurementPhase () const |
| virtual void | setMeasurementPhase (bool measurementPhase_var) |
Protected Member Functions | |
| bool | operator== (const KbrRpcContext &) |
Protected Attributes | |
| OverlayKey | destKey_var |
| bool | measurementPhase_var |
applications/kbrtestapp/KBRTestMessage.msg by opp_msgc.
class KbrRpcContext { OverlayKey destKey; bool measurementPhase; }
Definition at line 148 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] |
| virtual const OverlayKey& KbrRpcContext::getDestKey | ( | ) | const [inline, virtual] |
Definition at line 168 of file KBRTestMessage_m.h.
Referenced by getDestKey().
00168 {return const_cast<KbrRpcContext*>(this)->getDestKey();}
| virtual OverlayKey& KbrRpcContext::getDestKey | ( | ) | [virtual] |
Referenced by KBRTestApp::handleRpcResponse().
| 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::setDestKey | ( | const OverlayKey & | destKey_var | ) | [virtual] |
Referenced by KBRTestApp::handleTimerEvent().
| virtual void KbrRpcContext::setMeasurementPhase | ( | bool | measurementPhase_var | ) | [virtual] |
Referenced by KBRTestApp::handleTimerEvent().
OverlayKey KbrRpcContext::destKey_var [protected] |
Definition at line 151 of file KBRTestMessage_m.h.
bool KbrRpcContext::measurementPhase_var [protected] |
Definition at line 152 of file KBRTestMessage_m.h.
1.5.8