Classes | Defines | Functions

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...

Defines

#define MSGC_VERSION   0x0401

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)

Define Documentation

#define MSGC_VERSION   0x0401

Definition at line 11 of file MyOverlay_m.h.


Function Documentation

void doPacking ( cCommBuffer *  b,
MyNeighborCall obj 
) [inline]

Definition at line 56 of file MyOverlay_m.h.

{obj.parsimPack(b);}

void doPacking ( cCommBuffer *  b,
MyNeighborResponse obj 
) [inline]

Definition at line 101 of file MyOverlay_m.h.

{obj.parsimPack(b);}

void doUnpacking ( cCommBuffer *  b,
MyNeighborResponse obj 
) [inline]

Definition at line 102 of file MyOverlay_m.h.

{obj.parsimUnpack(b);}

void doUnpacking ( cCommBuffer *  b,
MyNeighborCall obj 
) [inline]

Definition at line 57 of file MyOverlay_m.h.

{obj.parsimUnpack(b);}