INET Framework for OMNeT++/OMNEST
PhyControlInfo_m.h File Reference
#include <omnetpp.h>
#include "INETDefs.h"

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 Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file PhyControlInfo_m.h.


Enumeration Type Documentation

Enum generated from linklayer/contract/PhyControlInfo.msg by opp_msgc.

 enum PhyCommandCode
 {
     PHY_C_CONFIGURERADIO = 1;
 }
 
Enumerator:
PHY_C_CONFIGURERADIO 

Definition at line 32 of file PhyControlInfo_m.h.


Function Documentation

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