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_var) |
Protected Member Functions | |
bool | operator== (const CommonAPIMessage &) |
Protected Attributes | |
int | type_var |
Class generated from common/CommonMessages.msg
by opp_msgc.
packet CommonAPIMessage { int type enum(CommonAPIMessageType) = COMMON_API_UNDEFINED; }
Definition at line 960 of file CommonMessages_m.h.
CommonAPIMessage::CommonAPIMessage | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Referenced by dup().
CommonAPIMessage::CommonAPIMessage | ( | const CommonAPIMessage & | other | ) |
virtual CommonAPIMessage::~CommonAPIMessage | ( | ) | [virtual] |
virtual CommonAPIMessage* CommonAPIMessage::dup | ( | ) | const [inline, virtual] |
Reimplemented in KBRroute, KBRforward, KBRdeliver, and KBRupdate.
Definition at line 973 of file CommonMessages_m.h.
{return new CommonAPIMessage(*this);}
virtual int CommonAPIMessage::getType | ( | ) | const [virtual] |
Referenced by BaseApp::handleCommonAPIMessage().
CommonAPIMessage& CommonAPIMessage::operator= | ( | const CommonAPIMessage & | other | ) |
bool CommonAPIMessage::operator== | ( | const CommonAPIMessage & | ) | [protected] |
virtual void CommonAPIMessage::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented in KBRroute, KBRforward, KBRdeliver, and KBRupdate.
Referenced by doPacking().
virtual void CommonAPIMessage::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented in KBRroute, KBRforward, KBRdeliver, and KBRupdate.
Referenced by doUnpacking().
virtual void CommonAPIMessage::setType | ( | int | type_var | ) | [virtual] |
Referenced by BaseOverlay::callDeliver(), BaseOverlay::callForward(), BaseApp::callRoute(), and BaseOverlay::callUpdate().
int CommonAPIMessage::type_var [protected] |
Definition at line 963 of file CommonMessages_m.h.