#include <omnetpp.h>
#include <TransportAddress.h>
#include <CommonMessages_m.h>
Go to the source code of this file.
Classes | |
class | CoordsOfNodeCall |
Class generated from common/cbr/CoordMessages.msg by opp_msgc. More... | |
class | RttToNodeCall |
Class generated from common/cbr/CoordMessages.msg by opp_msgc. More... | |
class | CoordsOfNodeResponse |
Class generated from common/cbr/CoordMessages.msg by opp_msgc. More... | |
class | RttToNodeResponse |
Class generated from common/cbr/CoordMessages.msg by opp_msgc. More... | |
Defines | |
#define | MSGC_VERSION 0x0401 |
#define | COORDSOFNODECALL_L(msg) BASECALL_L(msg) |
#define | COORDSOFNODERESPONSE_L(msg) (BASERESPONSE_L(msg) + LAYER_L) |
Functions | |
void | doPacking (cCommBuffer *b, CoordsOfNodeCall &obj) |
void | doUnpacking (cCommBuffer *b, CoordsOfNodeCall &obj) |
void | doPacking (cCommBuffer *b, RttToNodeCall &obj) |
void | doUnpacking (cCommBuffer *b, RttToNodeCall &obj) |
void | doPacking (cCommBuffer *b, CoordsOfNodeResponse &obj) |
void | doUnpacking (cCommBuffer *b, CoordsOfNodeResponse &obj) |
void | doPacking (cCommBuffer *b, RttToNodeResponse &obj) |
void | doUnpacking (cCommBuffer *b, RttToNodeResponse &obj) |
Variables | |
static const int | LAYER_L = 8 |
#define COORDSOFNODECALL_L | ( | msg | ) | BASECALL_L(msg) |
Definition at line 22 of file CoordMessages_m.h.
#define COORDSOFNODERESPONSE_L | ( | msg | ) | (BASERESPONSE_L(msg) + LAYER_L) |
Definition at line 23 of file CoordMessages_m.h.
#define MSGC_VERSION 0x0401 |
Definition at line 11 of file CoordMessages_m.h.
void doPacking | ( | cCommBuffer * | b, | |
CoordsOfNodeCall & | obj | |||
) | [inline] |
Definition at line 55 of file CoordMessages_m.h.
{obj.parsimPack(b);}
void doPacking | ( | cCommBuffer * | b, | |
CoordsOfNodeResponse & | obj | |||
) | [inline] |
Definition at line 125 of file CoordMessages_m.h.
{obj.parsimPack(b);}
void doPacking | ( | cCommBuffer * | b, | |
RttToNodeResponse & | obj | |||
) | [inline] |
Definition at line 171 of file CoordMessages_m.h.
{obj.parsimPack(b);}
void doPacking | ( | cCommBuffer * | b, | |
RttToNodeCall & | obj | |||
) | [inline] |
Definition at line 90 of file CoordMessages_m.h.
{obj.parsimPack(b);}
void doUnpacking | ( | cCommBuffer * | b, | |
CoordsOfNodeCall & | obj | |||
) | [inline] |
Definition at line 56 of file CoordMessages_m.h.
{obj.parsimUnpack(b);}
void doUnpacking | ( | cCommBuffer * | b, | |
RttToNodeCall & | obj | |||
) | [inline] |
Definition at line 91 of file CoordMessages_m.h.
{obj.parsimUnpack(b);}
void doUnpacking | ( | cCommBuffer * | b, | |
CoordsOfNodeResponse & | obj | |||
) | [inline] |
Definition at line 126 of file CoordMessages_m.h.
{obj.parsimUnpack(b);}
void doUnpacking | ( | cCommBuffer * | b, | |
RttToNodeResponse & | obj | |||
) | [inline] |
Definition at line 172 of file CoordMessages_m.h.
{obj.parsimUnpack(b);}
const int LAYER_L = 8 [static] |
Definition at line 20 of file CoordMessages_m.h.