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

Go to the source code of this file.

Classes

class  MyNeighborCall
 Class generated from overlay/myoverlay/MyOverlay.msg by opp_msgc. More...
class  MyNeighborResponse
 Class generated from overlay/myoverlay/MyOverlay.msg by opp_msgc. More...

Macros

#define MSGC_VERSION   0x0402

Functions

void doPacking (cCommBuffer *b, MyNeighborCall &obj)
void doUnpacking (cCommBuffer *b, MyNeighborCall &obj)
void doPacking (cCommBuffer *b, MyNeighborResponse &obj)
void doUnpacking (cCommBuffer *b, MyNeighborResponse &obj)

Macro Definition Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file MyOverlay_m.h.

Function Documentation

void doPacking ( cCommBuffer *  b,
MyNeighborCall obj 
)
inline

Definition at line 60 of file MyOverlay_m.h.

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

Definition at line 109 of file MyOverlay_m.h.

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

Definition at line 61 of file MyOverlay_m.h.

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

Definition at line 110 of file MyOverlay_m.h.

{obj.parsimUnpack(b);}