|
OverSim
|
Class generated from common/CommonMessages.msg by opp_msgc.
More...
#include <CommonMessages_m.h>
Public Member Functions | |
| KBRdeliver (const char *name=NULL, int kind=0) | |
| KBRdeliver (const KBRdeliver &other) | |
| virtual | ~KBRdeliver () |
| KBRdeliver & | operator= (const KBRdeliver &other) |
| virtual KBRdeliver * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual OverlayKey & | getDestKey () |
| virtual const OverlayKey & | getDestKey () const |
| virtual void | setDestKey (const OverlayKey &destKey) |
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 KBRdeliver &) |
Protected Member Functions inherited from CommonAPIMessage | |
| bool | operator== (const CommonAPIMessage &) |
Protected Attributes | |
| OverlayKey | destKey_var |
Protected Attributes inherited from CommonAPIMessage | |
| int | type_var |
Private Member Functions | |
| void | copy (const KBRdeliver &other) |
Class generated from common/CommonMessages.msg by opp_msgc.
packet KBRdeliver extends CommonAPIMessage { OverlayKey destKey; }
Definition at line 1242 of file CommonMessages_m.h.
| KBRdeliver::KBRdeliver | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| KBRdeliver::KBRdeliver | ( | const KBRdeliver & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
|
virtual |
Referenced by BaseApp::handleCommonAPIMessage().
|
inlinevirtual |
| KBRdeliver& KBRdeliver::operator= | ( | const KBRdeliver & | other | ) |
|
protected |
|
virtual |
Reimplemented from CommonAPIMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from CommonAPIMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by BaseOverlay::callDeliver().
|
protected |
Definition at line 1245 of file CommonMessages_m.h.