Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PhyControlInfo_m.h File Reference

#include <omnetpp.h>
#include "INETDefs.h"

Defines

#define MSGC_VERSION   0x0302

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   0x0302
 


Enumeration Type Documentation

enum PhyCommandCode
 

Enum generated from PhyControlInfo.msg by opp_msgc.

 enum PhyCommandCode
 {
     PHY_C_CONFIGURERADIO = 1;
 };
 
Enumeration values:
PHY_C_CONFIGURERADIO 
00031                     {
00032     PHY_C_CONFIGURERADIO = 1
00033 };


Function Documentation

void doPacking cCommBuffer *  b,
PhyControlInfo obj
[inline]
 

00072 {obj.netPack(b);}

void doUnpacking cCommBuffer *  b,
PhyControlInfo obj
[inline]
 

00073 {obj.netUnpack(b);}


Generated on Thu Oct 19 18:22:19 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0