Public Member Functions | Protected Member Functions | Protected Attributes

KBRupdate Class Reference

Class generated from common/CommonMessages.msg by opp_msgc. More...

#include <CommonMessages_m.h>

Inheritance diagram for KBRupdate:
CommonAPIMessage

List of all members.

Public Member Functions

 KBRupdate (const char *name=NULL, int kind=0)
 KBRupdate (const KBRupdate &other)
virtual ~KBRupdate ()
KBRupdateoperator= (const KBRupdate &other)
virtual KBRupdatedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (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

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

 packet KBRupdate extends CommonAPIMessage
 {
     NodeHandle node; 
     bool joined; 
 }
 

Definition at line 1125 of file CommonMessages_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

KBRupdate::KBRupdate ( const KBRupdate other  ) 
virtual KBRupdate::~KBRupdate (  )  [virtual]

Member Function Documentation

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

Reimplemented from CommonAPIMessage.

Definition at line 1139 of file CommonMessages_m.h.

{return new KBRupdate(*this);}

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

Definition at line 1145 of file CommonMessages_m.h.

Referenced by getNode().

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

KBRupdate& KBRupdate::operator= ( const KBRupdate other  ) 
bool KBRupdate::operator== ( const KBRupdate  )  [protected]
virtual void KBRupdate::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from CommonAPIMessage.

Referenced by doPacking().

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

Reimplemented from CommonAPIMessage.

Referenced by doUnpacking().

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

Referenced by BaseOverlay::callUpdate().

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

Referenced by BaseOverlay::callUpdate().


Member Data Documentation

bool KBRupdate::joined_var [protected]

Definition at line 1129 of file CommonMessages_m.h.

Definition at line 1128 of file CommonMessages_m.h.


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