#include <CommonAPIMessages_m.h>
Inheritance diagram for KBRforward:
CommonAPIMessages.msg
by opp_msgc.
message KBRforward extends CommonAPIMessage { fields: OverlayKey destKey; NodeHandle nextHopNode; };
Public Member Functions | |
KBRforward (const char *name=NULL, int kind=0) | |
KBRforward (const KBRforward &other) | |
virtual | ~KBRforward () |
KBRforward & | operator= (const KBRforward &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual OverlayKey & | getDestKey () |
virtual const OverlayKey & | getDestKey () const |
virtual void | setDestKey (const OverlayKey &destKey_var) |
virtual NodeHandle & | getNextHopNode () |
virtual const NodeHandle & | getNextHopNode () const |
virtual void | setNextHopNode (const NodeHandle &nextHopNode_var) |
Protected Member Functions | |
bool | operator== (const KBRforward &) |
Protected Attributes | |
OverlayKey | destKey_var |
NodeHandle | nextHopNode_var |
KBRforward::KBRforward | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
KBRforward::KBRforward | ( | const KBRforward & | other | ) |
virtual KBRforward::~KBRforward | ( | ) | [virtual] |
virtual cPolymorphic* KBRforward::dup | ( | ) | const [inline, virtual] |
virtual const OverlayKey& KBRforward::getDestKey | ( | ) | const [inline, virtual] |
virtual OverlayKey& KBRforward::getDestKey | ( | ) | [virtual] |
virtual const NodeHandle& KBRforward::getNextHopNode | ( | ) | const [inline, virtual] |
virtual NodeHandle& KBRforward::getNextHopNode | ( | ) | [virtual] |
virtual void KBRforward::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from CommonAPIMessage.
virtual void KBRforward::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from CommonAPIMessage.
KBRforward& KBRforward::operator= | ( | const KBRforward & | other | ) |
bool KBRforward::operator== | ( | const KBRforward & | ) | [protected] |
virtual void KBRforward::setDestKey | ( | const OverlayKey & | destKey_var | ) | [virtual] |
virtual void KBRforward::setNextHopNode | ( | const NodeHandle & | nextHopNode_var | ) | [virtual] |
OverlayKey KBRforward::destKey_var [protected] |
NodeHandle KBRforward::nextHopNode_var [protected] |