|
INET Framework for OMNeT++/OMNEST
|
Go to the source code of this file.
Classes | |
| class | IPControlInfo_Base |
| class | IPRoutingDecision |
Defines | |
| #define | MSGC_VERSION 0x0402 |
Functions | |
| void | doPacking (cCommBuffer *b, IPRoutingDecision &obj) |
| void | doUnpacking (cCommBuffer *b, IPRoutingDecision &obj) |
| #define MSGC_VERSION 0x0402 |
Definition at line 11 of file IPControlInfo_m.h.
| void doPacking | ( | cCommBuffer * | b, |
| IPRoutingDecision & | obj | ||
| ) | [inline] |
Definition at line 152 of file IPControlInfo_m.h.
{obj.parsimPack(b);}
| void doUnpacking | ( | cCommBuffer * | b, |
| IPRoutingDecision & | obj | ||
| ) | [inline] |
Definition at line 153 of file IPControlInfo_m.h.
{obj.parsimUnpack(b);}