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   0x0400

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   0x0400

Definition at line 11 of file Churn_m.h.


Function Documentation

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

Definition at line 101 of file Churn_m.h.

00101 {obj.parsimPack(b);}

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

Definition at line 63 of file Churn_m.h.

00063 {obj.parsimPack(b);}

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

Definition at line 102 of file Churn_m.h.

00102 {obj.parsimUnpack(b);}

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

Definition at line 64 of file Churn_m.h.

00064 {obj.parsimUnpack(b);}


Generated on Tue Sep 8 17:26:55 2009 for OverSim by  doxygen 1.5.8