INET Framework for OMNeT++/OMNEST
ControlManetRouting_m.h File Reference
#include <omnetpp.h>
#include "IPAddress.h"

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 Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file ControlManetRouting_m.h.


Enumeration Type Documentation

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;
 }
 
Enumerator:
MANET_ROUTE_NO_OPTION 
MANET_ROUTE_UPDATE 
MANET_ROUTE_NOROUTE 

Definition at line 34 of file ControlManetRouting_m.h.


Function Documentation

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);}