OverSim
|
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) |
virtual bool | getJoined () const |
virtual void | setJoined (bool joined) |
Public Member Functions inherited from CommonAPIMessage | |
CommonAPIMessage (const char *name=NULL, int kind=0) | |
CommonAPIMessage (const CommonAPIMessage &other) | |
virtual | ~CommonAPIMessage () |
CommonAPIMessage & | operator= (const CommonAPIMessage &other) |
virtual int | getType () const |
virtual void | setType (int type) |
Protected Member Functions | |
bool | operator== (const KBRupdate &) |
Protected Member Functions inherited from CommonAPIMessage | |
bool | operator== (const CommonAPIMessage &) |
Protected Attributes | |
NodeHandle | node_var |
bool | joined_var |
Protected Attributes inherited from CommonAPIMessage | |
int | type_var |
Private Member Functions | |
void | copy (const KBRupdate &other) |
Class generated from common/CommonMessages.msg
by opp_msgc.
packet KBRupdate extends CommonAPIMessage { NodeHandle node; bool joined; }
Definition at line 1282 of file CommonMessages_m.h.
KBRupdate::KBRupdate | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
KBRupdate::KBRupdate | ( | const KBRupdate & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
|
virtual |
Referenced by BaseApp::handleCommonAPIMessage().
|
virtual |
Referenced by BaseApp::handleCommonAPIMessage().
|
inlinevirtual |
Definition at line 1306 of file CommonMessages_m.h.
Referenced by getNode().
|
protected |
|
virtual |
Reimplemented from CommonAPIMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from CommonAPIMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by BaseOverlay::callUpdate().
|
virtual |
Referenced by BaseOverlay::callUpdate().
|
protected |
Definition at line 1286 of file CommonMessages_m.h.
|
protected |
Definition at line 1285 of file CommonMessages_m.h.