GATE_m.h File Reference

#include <omnetpp.h>

Go to the source code of this file.

Classes

class  GATEmsg

Defines

#define MSGC_VERSION   0x0401

Functions

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


Define Documentation

#define MSGC_VERSION   0x0401

Definition at line 11 of file GATE_m.h.


Function Documentation

void doPacking ( cCommBuffer b,
GATEmsg obj 
) [inline]

Definition at line 104 of file GATE_m.h.

00104 {obj.parsimPack(b);}

void doUnpacking ( cCommBuffer b,
GATEmsg obj 
) [inline]

Definition at line 105 of file GATE_m.h.

00105 {obj.parsimUnpack(b);}


Generated on Thu Nov 28 14:47:20 2013 for red_wireless by  doxygen 1.5.7.1