Class generated from common/CommonMessages.msg
by opp_msgc.
More...
#include <CommonMessages_m.h>
Public Member Functions | |
KBRupdate (const char *name=NULL, int kind=0) | |
KBRupdate (const KBRupdate &other) | |
virtual | ~KBRupdate () |
KBRupdate & | operator= (const KBRupdate &other) |
virtual KBRupdate * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual NodeHandle & | getNode () |
virtual const NodeHandle & | getNode () 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 |
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.
KBRupdate::KBRupdate | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
KBRupdate::KBRupdate | ( | const KBRupdate & | other | ) |
virtual KBRupdate::~KBRupdate | ( | ) | [virtual] |
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] |
Referenced by BaseApp::handleCommonAPIMessage().
virtual NodeHandle& KBRupdate::getNode | ( | ) | [virtual] |
Referenced by BaseApp::handleCommonAPIMessage().
virtual const NodeHandle& KBRupdate::getNode | ( | ) | const [inline, virtual] |
Definition at line 1145 of file CommonMessages_m.h.
Referenced by getNode().
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().
bool KBRupdate::joined_var [protected] |
Definition at line 1129 of file CommonMessages_m.h.
::NodeHandle KBRupdate::node_var [protected] |
Definition at line 1128 of file CommonMessages_m.h.