OverSim
|
Class generated from common/CommonMessages.msg
by opp_msgc.
More...
#include <CommonMessages_m.h>
Public Member Functions | |
KBRforward (const char *name=NULL, int kind=0) | |
KBRforward (const KBRforward &other) | |
virtual | ~KBRforward () |
KBRforward & | operator= (const KBRforward &other) |
virtual KBRforward * | 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) |
virtual NodeHandle & | getNextHopNode () |
virtual const NodeHandle & | getNextHopNode () const |
virtual void | setNextHopNode (const NodeHandle &nextHopNode) |
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 KBRforward &) |
Protected Member Functions inherited from CommonAPIMessage | |
bool | operator== (const CommonAPIMessage &) |
Protected Attributes | |
OverlayKey | destKey_var |
NodeHandle | nextHopNode_var |
Protected Attributes inherited from CommonAPIMessage | |
int | type_var |
Private Member Functions | |
void | copy (const KBRforward &other) |
Class generated from common/CommonMessages.msg
by opp_msgc.
packet KBRforward extends CommonAPIMessage { OverlayKey destKey; NodeHandle nextHopNode; }
Definition at line 1199 of file CommonMessages_m.h.
KBRforward::KBRforward | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
KBRforward::KBRforward | ( | const KBRforward & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
|
virtual |
Referenced by BaseApp::handleCommonAPIMessage(), and BaseOverlay::handleMessage().
|
inlinevirtual |
|
virtual |
Referenced by BaseApp::handleCommonAPIMessage(), and BaseOverlay::handleMessage().
|
inlinevirtual |
KBRforward& KBRforward::operator= | ( | const KBRforward & | other | ) |
|
protected |
|
virtual |
Reimplemented from CommonAPIMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from CommonAPIMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by BaseOverlay::callForward().
|
virtual |
Referenced by BaseOverlay::callForward().
|
protected |
Definition at line 1202 of file CommonMessages_m.h.
|
protected |
Definition at line 1203 of file CommonMessages_m.h.