Nps_m.h File Reference

#include <omnetpp.h>
#include <TransportAddress.h>
#include <CommonMessages_m.h>

Go to the source code of this file.

Classes

class  CoordsReqCall
 Class generated from common/Nps.msg by opp_msgc. More...
class  CoordsReqResponse
 Class generated from common/Nps.msg by opp_msgc. More...

Defines

#define MSGC_VERSION   0x0400
#define COORDSREQCALL_L(msg)   BASECALL_L(msg)
#define COORDSREQRESPONSE_L(msg)   (BASERESPONSE_L(msg) + NPSLAYER_L)

Functions

void doPacking (cCommBuffer *b, CoordsReqCall &obj)
void doUnpacking (cCommBuffer *b, CoordsReqCall &obj)
void doPacking (cCommBuffer *b, CoordsReqResponse &obj)
void doUnpacking (cCommBuffer *b, CoordsReqResponse &obj)

Variables

static const int NPSLAYER_L = 8


Define Documentation

#define COORDSREQCALL_L ( msg   )     BASECALL_L(msg)

Definition at line 23 of file Nps_m.h.

Referenced by Nps::sendCoordsReqCall().

#define COORDSREQRESPONSE_L ( msg   )     (BASERESPONSE_L(msg) + NPSLAYER_L)

Definition at line 24 of file Nps_m.h.

Referenced by Nps::coordsReqRpc().

#define MSGC_VERSION   0x0400

Definition at line 11 of file Nps_m.h.


Function Documentation

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

Definition at line 91 of file Nps_m.h.

00091 {obj.parsimPack(b);}

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

Definition at line 56 of file Nps_m.h.

00056 {obj.parsimPack(b);}

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

Definition at line 92 of file Nps_m.h.

00092 {obj.parsimUnpack(b);}

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

Definition at line 57 of file Nps_m.h.

00057 {obj.parsimUnpack(b);}


Variable Documentation

const int NPSLAYER_L = 8 [static]

Definition at line 21 of file Nps_m.h.


Generated on Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8