OverSim
|
Class generated from common/CommonMessages.msg
by opp_msgc.
More...
#include <CommonMessages_m.h>
Public Member Functions | |
CommonAPIMessage (const char *name=NULL, int kind=0) | |
CommonAPIMessage (const CommonAPIMessage &other) | |
virtual | ~CommonAPIMessage () |
CommonAPIMessage & | operator= (const CommonAPIMessage &other) |
virtual CommonAPIMessage * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual int | getType () const |
virtual void | setType (int type) |
Protected Member Functions | |
bool | operator== (const CommonAPIMessage &) |
Protected Attributes | |
int | type_var |
Private Member Functions | |
void | copy (const CommonAPIMessage &other) |
Class generated from common/CommonMessages.msg
by opp_msgc.
packet CommonAPIMessage { int type enum(CommonAPIMessageType) = COMMON_API_UNDEFINED; }
Definition at line 1101 of file CommonMessages_m.h.
CommonAPIMessage::CommonAPIMessage | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
CommonAPIMessage::CommonAPIMessage | ( | const CommonAPIMessage & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
Reimplemented in KBRupdate, KBRdeliver, KBRforward, and KBRroute.
Definition at line 1118 of file CommonMessages_m.h.
|
virtual |
Referenced by BaseApp::handleCommonAPIMessage().
CommonAPIMessage& CommonAPIMessage::operator= | ( | const CommonAPIMessage & | other | ) |
|
protected |
|
virtual |
Reimplemented in KBRupdate, KBRdeliver, KBRforward, and KBRroute.
Referenced by doPacking().
|
virtual |
Reimplemented in KBRupdate, KBRdeliver, KBRforward, and KBRroute.
Referenced by doUnpacking().
|
virtual |
Referenced by BaseOverlay::callDeliver(), BaseOverlay::callForward(), BaseApp::callRoute(), and BaseOverlay::callUpdate().
|
protected |
Definition at line 1104 of file CommonMessages_m.h.