OverSim
SimpleGameClient_m.h File Reference
#include <omnetpp.h>
#include <NodeHandle.h>
#include <OverlayKey.h>
#include <Vector2D.h>

Go to the source code of this file.

Classes

class  SCSnowTimer
 Class generated from applications/simplegameclient/SimpleGameClient.msg by opp_msgc. More...

Macros

#define MSGC_VERSION   0x0402

Functions

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

Macro Definition Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file SimpleGameClient_m.h.

Function Documentation

void doPacking ( cCommBuffer *  b,
SCSnowTimer obj 
)
inline

Definition at line 64 of file SimpleGameClient_m.h.

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

Definition at line 65 of file SimpleGameClient_m.h.

{obj.parsimUnpack(b);}