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

Go to the source code of this file.

Classes

struct  TELinkStateInfo
class  TEDChangeInfo

Defines

#define MSGC_VERSION   0x0402
#define LINK_STATE_MESSAGE   1

Typedefs

typedef std::vector< struct
TELinkStateInfo
TELinkStateInfoVector

Functions

void doPacking (cCommBuffer *b, TELinkStateInfo &a)
void doUnpacking (cCommBuffer *b, TELinkStateInfo &a)
void doPacking (cCommBuffer *b, TEDChangeInfo &obj)
void doUnpacking (cCommBuffer *b, TEDChangeInfo &obj)

Define Documentation

#define LINK_STATE_MESSAGE   1

Definition at line 19 of file TED_m.h.

#define MSGC_VERSION   0x0402

Definition at line 11 of file TED_m.h.


Typedef Documentation

typedef std::vector<struct TELinkStateInfo> TELinkStateInfoVector

Definition at line 21 of file TED_m.h.


Function Documentation

void doPacking ( cCommBuffer *  b,
TELinkStateInfo a 
)
void doPacking ( cCommBuffer *  b,
TEDChangeInfo obj 
) [inline]

Definition at line 86 of file TED_m.h.

{obj.parsimPack(b);}
void doUnpacking ( cCommBuffer *  b,
TELinkStateInfo a 
)
void doUnpacking ( cCommBuffer *  b,
TEDChangeInfo obj 
) [inline]

Definition at line 87 of file TED_m.h.

{obj.parsimUnpack(b);}