A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::WifiChannelConfig::SegmentWithoutUnits Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SegmentWithoutUnits()

ns3::WifiChannelConfig::SegmentWithoutUnits::SegmentWithoutUnits ( uint8_t n,
double w,
WifiPhyBand b,
uint8_t i )
inline

Constructor.

Parameters
nthe channel number
wthe channel width
bthe PHY band
ithe primary20 index

Definition at line 112 of file wifi-types.h.

References band, number, p20Index, and width.

Member Data Documentation

◆ band

WifiPhyBand ns3::WifiChannelConfig::SegmentWithoutUnits::band {WIFI_PHY_BAND_UNSPECIFIED}

PHY band.

Definition at line 101 of file wifi-types.h.

Referenced by SegmentWithoutUnits().

◆ number

uint8_t ns3::WifiChannelConfig::SegmentWithoutUnits::number {}

channel number

Definition at line 99 of file wifi-types.h.

Referenced by SegmentWithoutUnits().

◆ p20Index

uint8_t ns3::WifiChannelConfig::SegmentWithoutUnits::p20Index {}

primary20 index

Definition at line 102 of file wifi-types.h.

Referenced by SegmentWithoutUnits().

◆ width

double ns3::WifiChannelConfig::SegmentWithoutUnits::width {}

channel width in MHz

Definition at line 100 of file wifi-types.h.

Referenced by SegmentWithoutUnits().


The documentation for this struct was generated from the following file: