OverSim
DHTTestAppMessages_m.h File Reference
#include <omnetpp.h>
#include <OverlayKey.h>

Go to the source code of this file.

Classes

class  DhtTestEntryTimer
 Class generated from tier2/dhttestapp/DHTTestAppMessages.msg by opp_msgc. More...

Macros

#define MSGC_VERSION   0x0402

Functions

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

Macro Definition Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file DHTTestAppMessages_m.h.

Function Documentation

void doPacking ( cCommBuffer *  b,
DhtTestEntryTimer obj 
)
inline

Definition at line 59 of file DHTTestAppMessages_m.h.

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

Definition at line 60 of file DHTTestAppMessages_m.h.

{obj.parsimUnpack(b);}