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

Go to the source code of this file.

Classes

class  STPTCN

Defines

#define MSGC_VERSION   0x0402

Functions

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

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file STPTCN_m.h.


Function Documentation

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

Definition at line 52 of file STPTCN_m.h.

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

Definition at line 53 of file STPTCN_m.h.

{obj.parsimUnpack(b);}