#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 cPolymorphic * | dup () const |
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 |
PhyControlInfo::PhyControlInfo | ( | ) |
PhyControlInfo::PhyControlInfo | ( | const PhyControlInfo & | other | ) |
virtual PhyControlInfo::~PhyControlInfo | ( | ) | [virtual] |
virtual double PhyControlInfo::bitrate | ( | ) | const [virtual] |
virtual int PhyControlInfo::channelNumber | ( | ) | const [virtual] |
virtual cPolymorphic* PhyControlInfo::dup | ( | ) | const [inline, virtual] |
virtual void PhyControlInfo::netPack | ( | cCommBuffer * | b | ) | [virtual] |
virtual void PhyControlInfo::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
PhyControlInfo& PhyControlInfo::operator= | ( | const PhyControlInfo & | other | ) |
bool PhyControlInfo::operator== | ( | const PhyControlInfo & | ) | [protected] |
virtual void PhyControlInfo::setBitrate | ( | double | bitrate_var | ) | [virtual] |
virtual void PhyControlInfo::setChannelNumber | ( | int | channelNumber_var | ) | [virtual] |
double PhyControlInfo::bitrate_var [protected] |
int PhyControlInfo::channelNumber_var [protected] |