|
INET Framework for OMNeT++/OMNEST
|
Go to the source code of this file.
Classes | |
| class | PhyControlInfo |
Defines | |
| #define | MSGC_VERSION 0x0402 |
Enumerations | |
| enum | PhyCommandCode { PHY_C_CONFIGURERADIO = 1 } |
Functions | |
| void | doPacking (cCommBuffer *b, PhyControlInfo &obj) |
| void | doUnpacking (cCommBuffer *b, PhyControlInfo &obj) |
| #define MSGC_VERSION 0x0402 |
Definition at line 11 of file PhyControlInfo_m.h.
| enum PhyCommandCode |
Enum generated from linklayer/contract/PhyControlInfo.msg by opp_msgc.
enum PhyCommandCode
{PHY_C_CONFIGURERADIO = 1; }
Definition at line 32 of file PhyControlInfo_m.h.
{
PHY_C_CONFIGURERADIO = 1
};
| void doPacking | ( | cCommBuffer * | b, |
| PhyControlInfo & | obj | ||
| ) | [inline] |
Definition at line 75 of file PhyControlInfo_m.h.
{obj.parsimPack(b);}
| void doUnpacking | ( | cCommBuffer * | b, |
| PhyControlInfo & | obj | ||
| ) | [inline] |
Definition at line 76 of file PhyControlInfo_m.h.
{obj.parsimUnpack(b);}