#include <PhyControlInfo_m.h>
PhyControlInfo.msg
by opp_msgc. class PhyControlInfo { properties: omitGetVerb=true; fields: int channelNumber = -1; double bitrate = -1; };
Public Member Functions | |
PhyControlInfo () | |
PhyControlInfo (const PhyControlInfo &other) | |
virtual | ~PhyControlInfo () |
PhyControlInfo & | operator= (const PhyControlInfo &other) |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual int | channelNumber () const |
virtual void | setChannelNumber (int channelNumber_var) |
virtual double | bitrate () const |
virtual void | setBitrate (double bitrate_var) |
Protected Member Functions | |
bool | operator== (const PhyControlInfo &) |
Protected Attributes | |
int | channelNumber_var |
double | bitrate_var |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|