Public Member Functions | Protected Member Functions | Protected Attributes

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 TransportAddressgetDestAddr ()
virtual const TransportAddressgetDestAddr () 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

Detailed Description

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.


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 160 of file KBRTestMessage_m.h.

{return new KbrRpcContext(*this);}

virtual TransportAddress& KbrRpcContext::getDestAddr (  )  [virtual]
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]
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]
virtual void KbrRpcContext::setDestKey ( const OverlayKey destKey_var  )  [virtual]
virtual void KbrRpcContext::setMeasurementPhase ( bool  measurementPhase_var  )  [virtual]

Member Data Documentation

Definition at line 149 of file KBRTestMessage_m.h.

Definition at line 148 of file KBRTestMessage_m.h.

Definition at line 150 of file KBRTestMessage_m.h.


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