KbrRpcContext Class Reference

Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...

#include <KBRTestMessage_m.h>

List of all members.

Public Member Functions

 KbrRpcContext ()
 KbrRpcContext (const KbrRpcContext &other)
virtual ~KbrRpcContext ()
KbrRpcContextoperator= (const KbrRpcContext &other)
virtual KbrRpcContextdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OverlayKeygetDestKey ()
virtual const OverlayKeygetDestKey () 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


Detailed Description

Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc.

 class KbrRpcContext
 {
     OverlayKey destKey;     
     bool measurementPhase;  
 }
 

Definition at line 148 of file KBRTestMessage_m.h.


Constructor & Destructor Documentation

KbrRpcContext::KbrRpcContext (  ) 

Referenced by dup().

KbrRpcContext::KbrRpcContext ( const KbrRpcContext other  ) 

virtual KbrRpcContext::~KbrRpcContext (  )  [virtual]


Member Function Documentation

virtual KbrRpcContext* KbrRpcContext::dup (  )  const [inline, virtual]

Definition at line 162 of file KBRTestMessage_m.h.

00162 {return new KbrRpcContext(*this);}

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]

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]

virtual void KbrRpcContext::setMeasurementPhase ( bool  measurementPhase_var  )  [virtual]


Member Data Documentation

Definition at line 151 of file KBRTestMessage_m.h.

Definition at line 152 of file KBRTestMessage_m.h.


The documentation for this class was generated from the following file:

Generated on Tue Sep 8 17:26:59 2009 for OverSim by  doxygen 1.5.8