|
INET Framework for OMNeT++/OMNEST
|
Go to the source code of this file.
Classes | |
| class | ControlManetRouting |
Defines | |
| #define | MSGC_VERSION 0x0402 |
Enumerations | |
| enum | ManetControlType { MANET_ROUTE_NO_OPTION = 0, MANET_ROUTE_UPDATE = 1, MANET_ROUTE_NOROUTE = 2 } |
Functions | |
| void | doPacking (cCommBuffer *b, ControlManetRouting &obj) |
| void | doUnpacking (cCommBuffer *b, ControlManetRouting &obj) |
| #define MSGC_VERSION 0x0402 |
Definition at line 11 of file ControlManetRouting_m.h.
| enum ManetControlType |
Enum generated from networklayer/ipv4/ControlManetRouting.msg by opp_msgc.
enum ManetControlType
{ MANET_ROUTE_NO_OPTION = 0;
MANET_ROUTE_UPDATE = 1;
MANET_ROUTE_NOROUTE = 2;
}
Definition at line 34 of file ControlManetRouting_m.h.
{
MANET_ROUTE_NO_OPTION = 0,
MANET_ROUTE_UPDATE = 1,
MANET_ROUTE_NOROUTE = 2
};
| void doPacking | ( | cCommBuffer * | b, |
| ControlManetRouting & | obj | ||
| ) | [inline] |
Definition at line 85 of file ControlManetRouting_m.h.
{obj.parsimPack(b);}
| void doUnpacking | ( | cCommBuffer * | b, |
| ControlManetRouting & | obj | ||
| ) | [inline] |
Definition at line 86 of file ControlManetRouting_m.h.
{obj.parsimUnpack(b);}