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

Go to the source code of this file.

Classes

class  ExtFrame

Defines

#define MSGC_VERSION   0x0402

Functions

void doPacking (cCommBuffer *b, ExtFrame &obj)
void doUnpacking (cCommBuffer *b, ExtFrame &obj)

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file ExtFrame_m.h.


Function Documentation

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

Definition at line 56 of file ExtFrame_m.h.

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

Definition at line 57 of file ExtFrame_m.h.

{obj.parsimUnpack(b);}