INET Framework for OMNeT++/OMNEST
|
Class generated from inet/physicallayer/ieee80211/packetlevel/Ieee80211ControlInfo.msg:132
by nedtool.
More...
#include <Ieee80211ControlInfo_m.h>
Protected Member Functions | |
bool | operator== (const Ieee80211ConfigureRadioCommand &) |
Protected Member Functions inherited from inet::physicallayer::ConfigureRadioCommand | |
bool | operator== (const ConfigureRadioCommand &) |
Protected Attributes | |
::omnetpp::opp_string | opMode |
Ieee80211ModeSetPtr | modeSet |
IIeee80211ModePtr | mode |
IIeee80211BandPtr | band |
Ieee80211ChannelPtr | channel |
int | channelNumber |
Protected Attributes inherited from inet::physicallayer::ConfigureRadioCommand | |
int | radioMode |
W | power |
bps | bitrate |
IModulationPtr | modulation |
Hz | carrierFrequency |
Hz | bandwidth |
Private Member Functions | |
void | copy (const Ieee80211ConfigureRadioCommand &other) |
Class generated from inet/physicallayer/ieee80211/packetlevel/Ieee80211ControlInfo.msg:132
by nedtool.
// // Control info attached to a configure command that is sent to the ~Radio. // class Ieee80211ConfigureRadioCommand extends ConfigureRadioCommand { @descriptor(false); string opMode; // new default operation mode or "" if not set. Ieee80211ModeSetPtr modeSet @opaque @tostring($ ? $->getCompleteStringRepresentation() : std::string("<nullptr>")) = nullptr; // new default mode set or nullptr if not set. IIeee80211ModePtr mode @opaque @tostring($ ? $->getCompleteStringRepresentation() : std::string("<nullptr>")) = nullptr; // new default transmission mode or nullptr if not set. IIeee80211BandPtr band @opaque @tostring($ ? $->getCompleteStringRepresentation() : std::string("<nullptr>")) = nullptr; // new default band or nullptr if not set. Ieee80211ChannelPtr channel @opaque @tostring($ ? $->getCompleteStringRepresentation() : std::string("<nullptr>")) = nullptr; // new default band and channel or nullptr if not set. int channelNumber = -1; // new default channel number in the range [0, numChannels] or -1 if not set. }
inet::physicallayer::Ieee80211ConfigureRadioCommand::Ieee80211ConfigureRadioCommand | ( | ) |
inet::physicallayer::Ieee80211ConfigureRadioCommand::Ieee80211ConfigureRadioCommand | ( | const Ieee80211ConfigureRadioCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::physicallayer::ConfigureRadioCommand.
|
virtual |
|
inlinevirtual |
Referenced by getBand().
|
virtual |
|
inlinevirtual |
Referenced by getChannel().
|
virtual |
|
virtual |
|
inlinevirtual |
Referenced by getMode().
|
virtual |
|
inlinevirtual |
Referenced by getModeSet().
|
virtual |
Ieee80211ConfigureRadioCommand& inet::physicallayer::Ieee80211ConfigureRadioCommand::operator= | ( | const Ieee80211ConfigureRadioCommand & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::physicallayer::ConfigureRadioCommand.
Referenced by inet::physicallayer::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::physicallayer::ConfigureRadioCommand.
Referenced by inet::physicallayer::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |