#include <CommonAPIMessages_m.h>
Inheritance diagram for KBRupdate:
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 () |
KBRupdate & | operator= (const KBRupdate &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (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 |
KBRupdate::KBRupdate | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
KBRupdate::KBRupdate | ( | const KBRupdate & | other | ) |
virtual KBRupdate::~KBRupdate | ( | ) | [virtual] |
virtual cPolymorphic* KBRupdate::dup | ( | ) | const [inline, virtual] |
virtual bool KBRupdate::getJoined | ( | ) | const [virtual] |
virtual const NodeHandle& KBRupdate::getNode | ( | ) | const [inline, virtual] |
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.
bool KBRupdate::operator== | ( | const KBRupdate & | ) | [protected] |
virtual void KBRupdate::setJoined | ( | bool | joined_var | ) | [virtual] |
virtual void KBRupdate::setNode | ( | const NodeHandle & | node_var | ) | [virtual] |
bool KBRupdate::joined_var [protected] |
NodeHandle KBRupdate::node_var [protected] |