OverSim
SimMud_m.h File Reference
#include <omnetpp.h>
#include <NodeHandle.h>
#include <CommonMessages_m.h>

Go to the source code of this file.

Classes

class  SimMudMoveMessage
 Class generated from tier2/simmud/SimMud.msg by opp_msgc. More...

Macros

#define MSGC_VERSION   0x0402
#define SIMMUD_MOVE_L(msg)   ( NODEHANDLE_L + 2*sizeof(double) + 8 )

Functions

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

Macro Definition Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file SimMud_m.h.

#define SIMMUD_MOVE_L (   msg)    ( NODEHANDLE_L + 2*sizeof(double) + 8 )

Definition at line 20 of file SimMud_m.h.

Referenced by SimMud::handleMove().

Function Documentation

void doPacking ( cCommBuffer *  b,
SimMudMoveMessage obj 
)
inline

Definition at line 77 of file SimMud_m.h.

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

Definition at line 78 of file SimMud_m.h.

{obj.parsimUnpack(b);}