OverSim
|
Class generated from applications/kbrtestapp/KBRTestMessage.msg
by opp_msgc.
More...
#include <KBRTestMessage_m.h>
Public Member Functions | |
UnderlayTestResponse (const char *name=NULL, int kind=0) | |
UnderlayTestResponse (const UnderlayTestResponse &other) | |
virtual | ~UnderlayTestResponse () |
UnderlayTestResponse & | operator= (const UnderlayTestResponse &other) |
virtual UnderlayTestResponse * | dup () const |
virtual void | parsimPack (cCommBuffer *b) |
virtual void | parsimUnpack (cCommBuffer *b) |
virtual simtime_t | getOneWayLatency () const |
virtual void | setOneWayLatency (simtime_t oneWayLatency) |
Public Member Functions inherited from BaseResponseMessage | |
BaseResponseMessage (const char *name=NULL, int kind=0) | |
BaseResponseMessage (const BaseResponseMessage &other) | |
virtual | ~BaseResponseMessage () |
BaseResponseMessage & | operator= (const BaseResponseMessage &other) |
virtual int | getCallHopCount () const |
virtual void | setCallHopCount (int callHopCount) |
virtual void | setNcsInfoArraySize (unsigned int size) |
virtual unsigned int | getNcsInfoArraySize () const |
virtual double | getNcsInfo (unsigned int k) const |
virtual void | setNcsInfo (unsigned int k, double ncsInfo) |
Public Member Functions inherited from BaseRpcMessage | |
BaseRpcMessage (const char *name=NULL, int kind=0) | |
BaseRpcMessage (const BaseRpcMessage &other) | |
virtual | ~BaseRpcMessage () |
BaseRpcMessage & | operator= (const BaseRpcMessage &other) |
virtual unsigned int | getNonce () const |
virtual void | setNonce (unsigned int nonce) |
virtual NodeHandle & | getSrcNode () |
virtual const NodeHandle & | getSrcNode () const |
virtual void | setSrcNode (const NodeHandle &srcNode) |
virtual void | setAuthBlockArraySize (uint8_t size) |
virtual uint8_t | getAuthBlockArraySize () const |
virtual AuthBlock & | getAuthBlock (uint8_t k) |
virtual const AuthBlock & | getAuthBlock (uint8_t k) const |
virtual void | setAuthBlock (uint8_t k, const AuthBlock &authBlock) |
Public Member Functions inherited from BaseOverlayMessage | |
BaseOverlayMessage (const char *name=NULL, int kind=0) | |
BaseOverlayMessage (const BaseOverlayMessage &other) | |
virtual | ~BaseOverlayMessage () |
BaseOverlayMessage & | operator= (const BaseOverlayMessage &other) |
virtual int | getType () const |
virtual void | setType (int type) |
virtual int | getStatType () const |
virtual void | setStatType (int statType) |
Public Member Functions inherited from OverSimMessage | |
OverSimMessage (const char *name=NULL, int kind=0) | |
OverSimMessage (const OverSimMessage &other) | |
OverSimMessage & | operator= (const OverSimMessage &other) |
Public Member Functions inherited from OverSimMessage_Base | |
virtual | ~OverSimMessage_Base () |
Protected Member Functions | |
bool | operator== (const UnderlayTestResponse &) |
Protected Member Functions inherited from BaseResponseMessage | |
bool | operator== (const BaseResponseMessage &) |
Protected Member Functions inherited from BaseRpcMessage | |
bool | operator== (const BaseRpcMessage &) |
Protected Member Functions inherited from BaseOverlayMessage | |
bool | operator== (const BaseOverlayMessage &) |
Protected Attributes | |
simtime_t | oneWayLatency_var |
Protected Attributes inherited from BaseResponseMessage | |
int | callHopCount_var |
double * | ncsInfo_var |
unsigned int | ncsInfo_arraysize |
Protected Attributes inherited from BaseRpcMessage | |
unsigned int | nonce_var |
NodeHandle | srcNode_var |
AuthBlock * | authBlock_var |
uint8_t | authBlock_arraysize |
Protected Attributes inherited from BaseOverlayMessage | |
int | type_var |
int | statType_var |
Private Member Functions | |
void | copy (const UnderlayTestResponse &other) |
Class generated from applications/kbrtestapp/KBRTestMessage.msg
by opp_msgc.
packet UnderlayTestResponse extends BaseResponseMessage { simtime_t oneWayLatency; }
Definition at line 193 of file KBRTestMessage_m.h.
UnderlayTestResponse::UnderlayTestResponse | ( | const char * | name = NULL , |
int | kind = 0 |
||
) |
Referenced by dup().
UnderlayTestResponse::UnderlayTestResponse | ( | const UnderlayTestResponse & | other | ) |
|
virtual |
|
private |
|
inlinevirtual |
|
virtual |
UnderlayTestResponse& UnderlayTestResponse::operator= | ( | const UnderlayTestResponse & | other | ) |
|
protected |
|
virtual |
Reimplemented from BaseResponseMessage.
Referenced by doPacking().
|
virtual |
Reimplemented from BaseResponseMessage.
Referenced by doUnpacking().
|
virtual |
Referenced by KBRTestApp::underlayTestCall().
|
protected |
Definition at line 196 of file KBRTestMessage_m.h.