a channel segment, as a struct without units for channel width (to be deprecated when using strong types) More...
#include "wifi-types.h"
Collaboration diagram for ns3::WifiChannelConfig::SegmentWithoutUnits:Public Member Functions | |
| SegmentWithoutUnits (uint8_t n, double w, WifiPhyBand b, uint8_t i) | |
| Constructor. | |
Public Attributes | |
| WifiPhyBand | band {WIFI_PHY_BAND_UNSPECIFIED} |
| PHY band. | |
| uint8_t | number {} |
| channel number | |
| uint8_t | p20Index {} |
| primary20 index | |
| double | width {} |
| channel width in MHz | |
a channel segment, as a struct without units for channel width (to be deprecated when using strong types)
Definition at line 97 of file wifi-types.h.
|
inline |
| WifiPhyBand ns3::WifiChannelConfig::SegmentWithoutUnits::band {WIFI_PHY_BAND_UNSPECIFIED} |
| uint8_t ns3::WifiChannelConfig::SegmentWithoutUnits::number {} |
| uint8_t ns3::WifiChannelConfig::SegmentWithoutUnits::p20Index {} |
| double ns3::WifiChannelConfig::SegmentWithoutUnits::width {} |
channel width in MHz
Definition at line 100 of file wifi-types.h.
Referenced by SegmentWithoutUnits().