#include <omnetpp.h>
Go to the source code of this file.
Classes | |
class | GlobalTraceManagerMessage |
Class generated from common/GlobalTraceManager.msg by opp_msgc. More... | |
Defines | |
#define | MSGC_VERSION 0x0401 |
Functions | |
void | doPacking (cCommBuffer *b, GlobalTraceManagerMessage &obj) |
void | doUnpacking (cCommBuffer *b, GlobalTraceManagerMessage &obj) |
#define MSGC_VERSION 0x0401 |
Definition at line 11 of file GlobalTraceManager_m.h.
void doPacking | ( | cCommBuffer * | b, | |
GlobalTraceManagerMessage & | obj | |||
) | [inline] |
Definition at line 53 of file GlobalTraceManager_m.h.
{obj.parsimPack(b);}
void doUnpacking | ( | cCommBuffer * | b, | |
GlobalTraceManagerMessage & | obj | |||
) | [inline] |
Definition at line 54 of file GlobalTraceManager_m.h.
{obj.parsimUnpack(b);}