A Discrete-Event Network Simulator
API
StandardInfo Struct Reference

StandardInfo structure. More...

+ Collaboration diagram for StandardInfo:

Public Member Functions

 StandardInfo ()
 
 StandardInfo (std::string name, WifiStandard standard, uint16_t width, double snrLow, double snrHigh, double xMin, double xMax, double yMax)
 Constructor. More...
 

Public Attributes

std::string m_name
 name More...
 
double m_snrHigh
 highest SNR More...
 
double m_snrLow
 lowest SNR More...
 
WifiStandard m_standard
 standard More...
 
uint16_t m_width
 channel width More...
 
double m_xMax
 X maximum. More...
 
double m_xMin
 X minimum. More...
 
double m_yMax
 Y maximum. More...
 

Detailed Description

StandardInfo structure.

Definition at line 92 of file wifi-manager-example.cc.

Constructor & Destructor Documentation

◆ StandardInfo() [1/2]

StandardInfo::StandardInfo ( )
inline

Definition at line 94 of file wifi-manager-example.cc.

◆ StandardInfo() [2/2]

StandardInfo::StandardInfo ( std::string  name,
WifiStandard  standard,
uint16_t  width,
double  snrLow,
double  snrHigh,
double  xMin,
double  xMax,
double  yMax 
)
inline

Constructor.

Parameters
namereference name
standardwifi standard
widthchannel width
snrLowSNR low
snrHighSNR high
xMinx minimum
xMaxx maximum
yMaxy maximum

Definition at line 110 of file wifi-manager-example.cc.

Member Data Documentation

◆ m_name

std::string StandardInfo::m_name

name

Definition at line 121 of file wifi-manager-example.cc.

◆ m_snrHigh

double StandardInfo::m_snrHigh

highest SNR

Definition at line 125 of file wifi-manager-example.cc.

◆ m_snrLow

double StandardInfo::m_snrLow

lowest SNR

Definition at line 124 of file wifi-manager-example.cc.

◆ m_standard

WifiStandard StandardInfo::m_standard

standard

Definition at line 122 of file wifi-manager-example.cc.

◆ m_width

uint16_t StandardInfo::m_width

channel width

Definition at line 123 of file wifi-manager-example.cc.

◆ m_xMax

double StandardInfo::m_xMax

X maximum.

Definition at line 127 of file wifi-manager-example.cc.

◆ m_xMin

double StandardInfo::m_xMin

X minimum.

Definition at line 126 of file wifi-manager-example.cc.

◆ m_yMax

double StandardInfo::m_yMax

Y maximum.

Definition at line 128 of file wifi-manager-example.cc.


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