PhyControlInfo_m.h File Reference

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

Classes

class  PhyControlInfo

Defines

#define MSGC_VERSION   0x0304

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


Enumeration Type Documentation

enum PhyCommandCode

Enum generated from PhyControlInfo.msg by opp_msgc.

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


Function Documentation

void doPacking ( cCommBuffer *  b,
PhyControlInfo obj 
) [inline]

00073 {obj.netPack(b);}

void doUnpacking ( cCommBuffer *  b,
PhyControlInfo obj 
) [inline]

00074 {obj.netUnpack(b);}


Generated on Wed Apr 4 13:20:18 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7