common/CommonMessages.msg by opp_msgc.
More...
#include <CommonMessages_m.h>

Public Member Functions | |
| KBRroute (const char *name=NULL, int kind=0) | |
| KBRroute (const KBRroute &other) | |
| virtual | ~KBRroute () |
| KBRroute & | operator= (const KBRroute &other) |
| virtual KBRroute * | 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_var) |
| virtual int | getDestComp () const |
| virtual void | setDestComp (int destComp_var) |
| virtual int | getSrcComp () const |
| virtual void | setSrcComp (int srcComp_var) |
| virtual void | setSourceRouteArraySize (unsigned int size) |
| virtual unsigned int | getSourceRouteArraySize () const |
| virtual TransportAddress & | getSourceRoute (unsigned int k) |
| virtual const TransportAddress & | getSourceRoute (unsigned int k) const |
| virtual void | setSourceRoute (unsigned int k, const TransportAddress &sourceRoute_var) |
| virtual int | getRoutingType () const |
| virtual void | setRoutingType (int routingType_var) |
Protected Member Functions | |
| bool | operator== (const KBRroute &) |
Protected Attributes | |
| OverlayKey | destKey_var |
| int | destComp_var |
| int | srcComp_var |
| TransportAddress * | sourceRoute_var |
| unsigned int | sourceRoute_arraysize |
| int | routingType_var |
common/CommonMessages.msg by opp_msgc.
packet KBRroute extends CommonAPIMessage { OverlayKey destKey; int destComp enum(CompType); int srcComp enum(CompType); TransportAddress sourceRoute[]; int routingType enum(RoutingType); }
Definition at line 991 of file CommonMessages_m.h.
| KBRroute::KBRroute | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| KBRroute::KBRroute | ( | const KBRroute & | other | ) |
| virtual KBRroute::~KBRroute | ( | ) | [virtual] |
| virtual KBRroute* KBRroute::dup | ( | ) | const [inline, virtual] |
Reimplemented from CommonAPIMessage.
Definition at line 1009 of file CommonMessages_m.h.
01009 {return new KBRroute(*this);}
| virtual int KBRroute::getDestComp | ( | ) | const [virtual] |
Referenced by BaseOverlay::handleMessage().
| virtual const OverlayKey& KBRroute::getDestKey | ( | ) | const [inline, virtual] |
Definition at line 1015 of file CommonMessages_m.h.
Referenced by getDestKey().
01015 {return const_cast<KBRroute*>(this)->getDestKey();}
| virtual OverlayKey& KBRroute::getDestKey | ( | ) | [virtual] |
Referenced by BaseOverlay::handleMessage().
| virtual int KBRroute::getRoutingType | ( | ) | const [virtual] |
| virtual const TransportAddress& KBRroute::getSourceRoute | ( | unsigned int | k | ) | const [inline, virtual] |
Definition at line 1024 of file CommonMessages_m.h.
Referenced by getSourceRoute().
01024 {return const_cast<KBRroute*>(this)->getSourceRoute(k);}
| virtual TransportAddress& KBRroute::getSourceRoute | ( | unsigned int | k | ) | [virtual] |
Referenced by BaseOverlay::handleMessage().
| virtual unsigned int KBRroute::getSourceRouteArraySize | ( | ) | const [virtual] |
Referenced by BaseOverlay::handleMessage().
| virtual int KBRroute::getSrcComp | ( | ) | const [virtual] |
Referenced by BaseOverlay::handleMessage().
| bool KBRroute::operator== | ( | const KBRroute & | ) | [protected] |
| virtual void KBRroute::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void KBRroute::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void KBRroute::setDestComp | ( | int | destComp_var | ) | [virtual] |
Referenced by BaseApp::callRoute().
| virtual void KBRroute::setDestKey | ( | const OverlayKey & | destKey_var | ) | [virtual] |
Referenced by BaseApp::callRoute().
| virtual void KBRroute::setRoutingType | ( | int | routingType_var | ) | [virtual] |
Referenced by BaseApp::callRoute().
| virtual void KBRroute::setSourceRoute | ( | unsigned int | k, | |
| const TransportAddress & | sourceRoute_var | |||
| ) | [virtual] |
Referenced by BaseApp::callRoute().
| virtual void KBRroute::setSourceRouteArraySize | ( | unsigned int | size | ) | [virtual] |
Referenced by BaseApp::callRoute().
| virtual void KBRroute::setSrcComp | ( | int | srcComp_var | ) | [virtual] |
Referenced by BaseApp::callRoute().
int KBRroute::destComp_var [protected] |
Definition at line 995 of file CommonMessages_m.h.
OverlayKey KBRroute::destKey_var [protected] |
Definition at line 994 of file CommonMessages_m.h.
int KBRroute::routingType_var [protected] |
Definition at line 999 of file CommonMessages_m.h.
unsigned int KBRroute::sourceRoute_arraysize [protected] |
Definition at line 998 of file CommonMessages_m.h.
TransportAddress* KBRroute::sourceRoute_var [protected] |
Definition at line 997 of file CommonMessages_m.h.
int KBRroute::srcComp_var [protected] |
Definition at line 996 of file CommonMessages_m.h.
1.5.8