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