|
INET Framework for OMNeT++/OMNEST
|
#include <PhyControlInfo_m.h>
Public Member Functions | |
| PhyControlInfo () | |
| PhyControlInfo (const PhyControlInfo &other) | |
| virtual | ~PhyControlInfo () |
| PhyControlInfo & | operator= (const PhyControlInfo &other) |
| virtual PhyControlInfo * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getChannelNumber () const |
| virtual void | setChannelNumber (int channelNumber) |
| virtual double | getBitrate () const |
| virtual void | setBitrate (double bitrate) |
Protected Member Functions | |
| bool | operator== (const PhyControlInfo &) |
Protected Attributes | |
| int | channelNumber_var |
| double | bitrate_var |
Private Member Functions | |
| void | copy (const PhyControlInfo &other) |
Class generated from linklayer/contract/PhyControlInfo.msg by opp_msgc.
class PhyControlInfo { int channelNumber = -1; double bitrate = -1; }
Definition at line 46 of file PhyControlInfo_m.h.
Referenced by dup().
| PhyControlInfo::PhyControlInfo | ( | const PhyControlInfo & | other | ) |
| virtual PhyControlInfo::~PhyControlInfo | ( | ) | [virtual] |
| void PhyControlInfo::copy | ( | const PhyControlInfo & | other | ) | [private] |
| virtual PhyControlInfo* PhyControlInfo::dup | ( | ) | const [inline, virtual] |
Definition at line 64 of file PhyControlInfo_m.h.
{return new PhyControlInfo(*this);}
| virtual double PhyControlInfo::getBitrate | ( | ) | const [virtual] |
| virtual int PhyControlInfo::getChannelNumber | ( | ) | const [virtual] |
| PhyControlInfo& PhyControlInfo::operator= | ( | const PhyControlInfo & | other | ) |
| bool PhyControlInfo::operator== | ( | const PhyControlInfo & | ) | [protected] |
| virtual void PhyControlInfo::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doPacking().
| virtual void PhyControlInfo::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doUnpacking().
| virtual void PhyControlInfo::setBitrate | ( | double | bitrate | ) | [virtual] |
| virtual void PhyControlInfo::setChannelNumber | ( | int | channelNumber | ) | [virtual] |
Referenced by Ieee80211MgmtSTA::changeChannel(), and Ieee80211Mac::handleCommand().
double PhyControlInfo::bitrate_var [protected] |
Definition at line 50 of file PhyControlInfo_m.h.
int PhyControlInfo::channelNumber_var [protected] |
Definition at line 49 of file PhyControlInfo_m.h.