A structure containing the information about a frequency channel. More...
#include "wifi-phy-operating-channel.h"
Public Member Functions | |
auto | operator<=> (const FrequencyChannelInfo &info) const =default |
spaceship operator. | |
Public Attributes | |
WifiPhyBand | band {WifiPhyBand::WIFI_PHY_BAND_UNSPECIFIED} |
the PHY band | |
MHz_u | frequency {0} |
the center frequency | |
uint8_t | number {0} |
the channel number | |
FrequencyChannelType | type {FrequencyChannelType::OFDM} |
the frequency channel type | |
MHz_u | width {0} |
the channel width | |
A structure containing the information about a frequency channel.
Definition at line 29 of file wifi-phy-operating-channel.h.
|
default |
spaceship operator.
info | the frequency channel info |
WifiPhyBand ns3::FrequencyChannelInfo::band {WifiPhyBand::WIFI_PHY_BAND_UNSPECIFIED} |
the PHY band
Definition at line 43 of file wifi-phy-operating-channel.h.
Referenced by ns3::operator<<().
MHz_u ns3::FrequencyChannelInfo::frequency {0} |
the center frequency
Definition at line 41 of file wifi-phy-operating-channel.h.
Referenced by ns3::operator<<().
uint8_t ns3::FrequencyChannelInfo::number {0} |
the channel number
Definition at line 40 of file wifi-phy-operating-channel.h.
Referenced by ns3::operator<<().
FrequencyChannelType ns3::FrequencyChannelInfo::type {FrequencyChannelType::OFDM} |
the frequency channel type
Definition at line 44 of file wifi-phy-operating-channel.h.
MHz_u ns3::FrequencyChannelInfo::width {0} |
the channel width
Definition at line 42 of file wifi-phy-operating-channel.h.
Referenced by visualizer.svgitem.SvgItem::_size_changed(), visualizer.svgitem.SvgItem::do_get_property(), visualizer.svgitem.SvgItem::do_simple_is_item_at(), grid.TimelinesRenderer::draw(), and ns3::operator<<().