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 |
common/CommonMessages.msg by opp_msgc.
packet KBRupdate extends CommonAPIMessage { NodeHandle node; bool joined; }
Definition at line 1118 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 1132 of file CommonMessages_m.h.
01132 {return new KBRupdate(*this);}
| virtual bool KBRupdate::getJoined | ( | ) | const [virtual] |
Referenced by BaseApp::handleCommonAPIMessage().
| virtual const NodeHandle& KBRupdate::getNode | ( | ) | const [inline, virtual] |
| virtual NodeHandle& KBRupdate::getNode | ( | ) | [virtual] |
Referenced by BaseApp::handleCommonAPIMessage().
| bool KBRupdate::operator== | ( | const KBRupdate & | ) | [protected] |
| virtual void KBRupdate::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void KBRupdate::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| 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 1122 of file CommonMessages_m.h.
NodeHandle KBRupdate::node_var [protected] |
Definition at line 1121 of file CommonMessages_m.h.
1.5.8