OverSim
KBRTestMessage_m.h File Reference
#include <omnetpp.h>
#include <OverlayKey.h>
#include <IPvXAddress.h>
#include <CommonMessages_m.h>

Go to the source code of this file.

Classes

class  KBRTestMessage
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...
class  KbrTestCall
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...
class  KbrTestResponse
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...
class  UnderlayTestCall
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...
class  UnderlayTestResponse
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...
class  KbrRpcContext
 Class generated from applications/kbrtestapp/KBRTestMessage.msg by opp_msgc. More...

Macros

#define MSGC_VERSION   0x0402

Functions

void doPacking (cCommBuffer *b, KBRTestMessage &obj)
void doUnpacking (cCommBuffer *b, KBRTestMessage &obj)
void doPacking (cCommBuffer *b, KbrTestCall &obj)
void doUnpacking (cCommBuffer *b, KbrTestCall &obj)
void doPacking (cCommBuffer *b, KbrTestResponse &obj)
void doUnpacking (cCommBuffer *b, KbrTestResponse &obj)
void doPacking (cCommBuffer *b, UnderlayTestCall &obj)
void doUnpacking (cCommBuffer *b, UnderlayTestCall &obj)
void doPacking (cCommBuffer *b, UnderlayTestResponse &obj)
void doUnpacking (cCommBuffer *b, UnderlayTestResponse &obj)
void doPacking (cCommBuffer *b, KbrRpcContext &obj)
void doUnpacking (cCommBuffer *b, KbrRpcContext &obj)

Macro Definition Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file KBRTestMessage_m.h.

Function Documentation

void doPacking ( cCommBuffer *  b,
KBRTestMessage obj 
)
inline

Definition at line 75 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}
void doPacking ( cCommBuffer *  b,
KbrTestCall obj 
)
inline

Definition at line 109 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}
void doPacking ( cCommBuffer *  b,
KbrTestResponse obj 
)
inline

Definition at line 143 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}
void doPacking ( cCommBuffer *  b,
UnderlayTestCall obj 
)
inline

Definition at line 181 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}
void doPacking ( cCommBuffer *  b,
UnderlayTestResponse obj 
)
inline

Definition at line 219 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}
void doPacking ( cCommBuffer *  b,
KbrRpcContext obj 
)
inline

Definition at line 267 of file KBRTestMessage_m.h.

{obj.parsimPack(b);}
void doUnpacking ( cCommBuffer *  b,
KBRTestMessage obj 
)
inline

Definition at line 76 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}
void doUnpacking ( cCommBuffer *  b,
KbrTestCall obj 
)
inline

Definition at line 110 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}
void doUnpacking ( cCommBuffer *  b,
KbrTestResponse obj 
)
inline

Definition at line 144 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}
void doUnpacking ( cCommBuffer *  b,
UnderlayTestCall obj 
)
inline

Definition at line 182 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}
void doUnpacking ( cCommBuffer *  b,
UnderlayTestResponse obj 
)
inline

Definition at line 220 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}
void doUnpacking ( cCommBuffer *  b,
KbrRpcContext obj 
)
inline

Definition at line 268 of file KBRTestMessage_m.h.

{obj.parsimUnpack(b);}