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