#include <Ieee80211Band.h>
◆ getCenterFrequency()
| virtual Hz inet::physicallayer::IIeee80211Band::getCenterFrequency |
( |
int |
channelNumber | ) |
const |
|
pure virtual |
◆ getName()
| virtual const char* inet::physicallayer::IIeee80211Band::getName |
( |
| ) |
const |
|
overridepure virtual |
◆ getNumChannels()
| virtual int inet::physicallayer::IIeee80211Band::getNumChannels |
( |
| ) |
const |
|
pure virtual |
◆ getSpacing()
| virtual Hz inet::physicallayer::IIeee80211Band::getSpacing |
( |
| ) |
const |
|
pure virtual |
◆ printToStream()
| virtual std::ostream& inet::physicallayer::IIeee80211Band::printToStream |
( |
std::ostream & |
stream, |
|
|
int |
level, |
|
|
int |
evFlags = 0 |
|
) |
| const |
|
inlineoverridevirtual |
Prints this object to the provided output stream.
Reimplemented from inet::IPrintableObject.
23 {
return stream <<
"Ieee80211Band, name = " <<
getName(); }
The documentation for this class was generated from the following file: