KBRdeliver Class Reference

#include <CommonAPIMessages_m.h>

Inheritance diagram for KBRdeliver:

CommonAPIMessage List of all members.

Detailed Description

Class generated from CommonAPIMessages.msg by opp_msgc.

 message KBRdeliver extends CommonAPIMessage
 {
     fields:
 	OverlayKey destKey;
 };
 


Public Member Functions

 KBRdeliver (const char *name=NULL, int kind=0)
 KBRdeliver (const KBRdeliver &other)
virtual ~KBRdeliver ()
KBRdeliveroperator= (const KBRdeliver &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual OverlayKeygetDestKey ()
virtual const OverlayKeygetDestKey () const
virtual void setDestKey (const OverlayKey &destKey_var)

Protected Member Functions

bool operator== (const KBRdeliver &)

Protected Attributes

OverlayKey destKey_var


Constructor & Destructor Documentation

KBRdeliver::KBRdeliver ( const char *  name = NULL,
int  kind = 0 
)

KBRdeliver::KBRdeliver ( const KBRdeliver other  ) 

virtual KBRdeliver::~KBRdeliver (  )  [virtual]


Member Function Documentation

virtual cPolymorphic* KBRdeliver::dup (  )  const [inline, virtual]

Reimplemented from CommonAPIMessage.

00199 {return new KBRdeliver(*this);}

virtual const OverlayKey& KBRdeliver::getDestKey (  )  const [inline, virtual]

00205 {return const_cast<KBRdeliver*>(this)->getDestKey();}

virtual OverlayKey& KBRdeliver::getDestKey (  )  [virtual]

virtual void KBRdeliver::netPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from CommonAPIMessage.

virtual void KBRdeliver::netUnpack ( cCommBuffer *  b  )  [virtual]

Reimplemented from CommonAPIMessage.

KBRdeliver& KBRdeliver::operator= ( const KBRdeliver other  ) 

bool KBRdeliver::operator== ( const KBRdeliver  )  [protected]

virtual void KBRdeliver::setDestKey ( const OverlayKey destKey_var  )  [virtual]


Member Data Documentation

OverlayKey KBRdeliver::destKey_var [protected]


The documentation for this class was generated from the following file:
Generated on Fri May 11 14:52:40 2007 for ITM OverSim by  doxygen 1.4.7