Classes | Defines | Functions

Churn_m.h File Reference

#include <omnetpp.h>
#include <NodeHandle.h>

Go to the source code of this file.

Classes

class  ChurnMessage
 Class generated from common/Churn.msg by opp_msgc. More...
class  ParetoChurnMessage
 Class generated from common/Churn.msg by opp_msgc. More...

Defines

#define MSGC_VERSION   0x0401

Functions

void doPacking (cCommBuffer *b, ChurnMessage &obj)
void doUnpacking (cCommBuffer *b, ChurnMessage &obj)
void doPacking (cCommBuffer *b, ParetoChurnMessage &obj)
void doUnpacking (cCommBuffer *b, ParetoChurnMessage &obj)

Define Documentation

#define MSGC_VERSION   0x0401

Definition at line 11 of file Churn_m.h.


Function Documentation

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

Definition at line 66 of file Churn_m.h.

{obj.parsimPack(b);}

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

Definition at line 104 of file Churn_m.h.

{obj.parsimPack(b);}

void doUnpacking ( cCommBuffer *  b,
ParetoChurnMessage obj 
) [inline]

Definition at line 105 of file Churn_m.h.

{obj.parsimUnpack(b);}

void doUnpacking ( cCommBuffer *  b,
ChurnMessage obj 
) [inline]

Definition at line 67 of file Churn_m.h.

{obj.parsimUnpack(b);}