KBRupdate Class Reference

#include <CommonAPIMessages_m.h>

Inheritance diagram for KBRupdate:

CommonAPIMessage List of all members.

Detailed Description

Class generated from CommonAPIMessages.msg by opp_msgc.

 message KBRupdate extends CommonAPIMessage
 {
     fields:
 	NodeHandle node;
 	bool joined;
 };
 


Public Member Functions

 KBRupdate (const char *name=NULL, int kind=0)
 KBRupdate (const KBRupdate &other)
virtual ~KBRupdate ()
KBRupdateoperator= (const KBRupdate &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual NodeHandlegetNode ()
virtual const NodeHandlegetNode () const
virtual void setNode (const NodeHandle &node_var)
virtual bool getJoined () const
virtual void setJoined (bool joined_var)

Protected Member Functions

bool operator== (const KBRupdate &)

Protected Attributes

NodeHandle node_var
bool joined_var


Constructor & Destructor Documentation

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

KBRupdate::KBRupdate ( const KBRupdate other  ) 

virtual KBRupdate::~KBRupdate (  )  [virtual]


Member Function Documentation

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

Reimplemented from CommonAPIMessage.

00237 {return new KBRupdate(*this);}

virtual bool KBRupdate::getJoined (  )  const [virtual]

virtual const NodeHandle& KBRupdate::getNode (  )  const [inline, virtual]

00243 {return const_cast<KBRupdate*>(this)->getNode();}

virtual NodeHandle& KBRupdate::getNode (  )  [virtual]

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

Reimplemented from CommonAPIMessage.

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

Reimplemented from CommonAPIMessage.

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

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

virtual void KBRupdate::setJoined ( bool  joined_var  )  [virtual]

virtual void KBRupdate::setNode ( const NodeHandle node_var  )  [virtual]


Member Data Documentation

bool KBRupdate::joined_var [protected]

NodeHandle KBRupdate::node_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