Class generated from common/CommonMessages.msg
by opp_msgc.
More...
#include <CommonMessages_m.h>
Detailed Description
Class generated from 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 1143 of file CommonMessages_m.h.
Constructor & Destructor Documentation
KBRroute::KBRroute |
( |
const char * |
name = NULL , |
|
|
int |
kind = 0 |
|
) |
| |
KBRroute::KBRroute |
( |
const KBRroute & |
other | ) |
|
virtual KBRroute::~KBRroute |
( |
| ) |
|
|
virtual |
Member Function Documentation
void KBRroute::copy |
( |
const KBRroute & |
other | ) |
|
|
private |
virtual KBRroute* KBRroute::dup |
( |
| ) |
const |
|
inlinevirtual |
virtual int KBRroute::getDestComp |
( |
| ) |
const |
|
virtual |
virtual const OverlayKey& KBRroute::getDestKey |
( |
| ) |
const |
|
inlinevirtual |
virtual int KBRroute::getRoutingType |
( |
| ) |
const |
|
virtual |
virtual const TransportAddress& KBRroute::getSourceRoute |
( |
unsigned int |
k | ) |
const |
|
inlinevirtual |
virtual unsigned int KBRroute::getSourceRouteArraySize |
( |
| ) |
const |
|
virtual |
virtual int KBRroute::getSrcComp |
( |
| ) |
const |
|
virtual |
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 | ) |
|
|
virtual |
virtual void KBRroute::setDestKey |
( |
const OverlayKey & |
destKey | ) |
|
|
virtual |
virtual void KBRroute::setRoutingType |
( |
int |
routingType | ) |
|
|
virtual |
virtual void KBRroute::setSourceRoute |
( |
unsigned int |
k, |
|
|
const TransportAddress & |
sourceRoute |
|
) |
| |
|
virtual |
virtual void KBRroute::setSourceRouteArraySize |
( |
unsigned int |
size | ) |
|
|
virtual |
virtual void KBRroute::setSrcComp |
( |
int |
srcComp | ) |
|
|
virtual |
Member Data Documentation
int KBRroute::destComp_var |
|
protected |
int KBRroute::routingType_var |
|
protected |
unsigned int KBRroute::sourceRoute_arraysize |
|
protected |
int KBRroute::srcComp_var |
|
protected |
The documentation for this class was generated from the following file: