OverSim
RealWorldTestMessage_m.h File Reference
#include <omnetpp.h>

Go to the source code of this file.

Classes

class  RealWorldTestMessage
 Class generated from applications/realworldtestapp/RealWorldTestMessage.msg by opp_msgc. More...

Macros

#define MSGC_VERSION   0x0402

Functions

void doPacking (cCommBuffer *b, RealWorldTestMessage &obj)
void doUnpacking (cCommBuffer *b, RealWorldTestMessage &obj)

Macro Definition Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file RealWorldTestMessage_m.h.

Function Documentation

void doPacking ( cCommBuffer *  b,
RealWorldTestMessage obj 
)
inline

Definition at line 53 of file RealWorldTestMessage_m.h.

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

Definition at line 54 of file RealWorldTestMessage_m.h.

{obj.parsimUnpack(b);}