#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) |
| 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);}
1.7.1