Public Member Functions | |
Input () | |
Public Attributes | |
WifiPhyBand | band |
band | |
bool | captureEnabled |
whether physical layer capture is enabled | |
dB_u | captureMargin |
margin used for physical layer capture | |
uint16_t | channelA |
channel number A | |
uint16_t | channelB |
channel number B | |
Time | interval |
interval | |
uint32_t | packetSizeA |
packet size A | |
uint32_t | packetSizeB |
packet size B | |
WifiPreamble | preamble |
preamble | |
WifiStandard | standard |
standard | |
std::string | txModeA |
transmit mode A | |
std::string | txModeB |
transmit mode B | |
dBm_u | txPowerLevelA |
transmit power level A | |
dBm_u | txPowerLevelB |
transmit power level B | |
MHz_u | widthA |
channel width A | |
MHz_u | widthB |
channel width B | |
meter_u | xA |
x A | |
meter_u | xB |
x B | |
Input structure.
Definition at line 72 of file wifi-test-interference-helper.cc.
InterferenceExperiment::Input::Input | ( | ) |
Definition at line 182 of file wifi-test-interference-helper.cc.
References band, captureEnabled, captureMargin, channelA, channelB, interval, packetSizeA, packetSizeB, preamble, standard, txModeA, txModeB, txPowerLevelA, txPowerLevelB, widthA, widthB, ns3::WIFI_PHY_BAND_5GHZ, ns3::WIFI_PREAMBLE_LONG, ns3::WIFI_STANDARD_80211a, xA, and xB.
WifiPhyBand InterferenceExperiment::Input::band |
band
Definition at line 89 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
bool InterferenceExperiment::Input::captureEnabled |
whether physical layer capture is enabled
Definition at line 91 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
dB_u InterferenceExperiment::Input::captureMargin |
margin used for physical layer capture
Definition at line 92 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
uint16_t InterferenceExperiment::Input::channelA |
channel number A
Definition at line 84 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
uint16_t InterferenceExperiment::Input::channelB |
channel number B
Definition at line 85 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
Time InterferenceExperiment::Input::interval |
interval
Definition at line 75 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
uint32_t InterferenceExperiment::Input::packetSizeA |
packet size A
Definition at line 82 of file wifi-test-interference-helper.cc.
Referenced by Input().
uint32_t InterferenceExperiment::Input::packetSizeB |
packet size B
Definition at line 83 of file wifi-test-interference-helper.cc.
Referenced by Input().
WifiPreamble InterferenceExperiment::Input::preamble |
WifiStandard InterferenceExperiment::Input::standard |
standard
Definition at line 88 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
std::string InterferenceExperiment::Input::txModeA |
transmit mode A
Definition at line 78 of file wifi-test-interference-helper.cc.
Referenced by Input().
std::string InterferenceExperiment::Input::txModeB |
transmit mode B
Definition at line 79 of file wifi-test-interference-helper.cc.
Referenced by Input().
dBm_u InterferenceExperiment::Input::txPowerLevelA |
transmit power level A
Definition at line 80 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
dBm_u InterferenceExperiment::Input::txPowerLevelB |
transmit power level B
Definition at line 81 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
MHz_u InterferenceExperiment::Input::widthA |
channel width A
Definition at line 86 of file wifi-test-interference-helper.cc.
Referenced by Input().
MHz_u InterferenceExperiment::Input::widthB |
channel width B
Definition at line 87 of file wifi-test-interference-helper.cc.
Referenced by Input().
meter_u InterferenceExperiment::Input::xA |
x A
Definition at line 76 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().
meter_u InterferenceExperiment::Input::xB |
x B
Definition at line 77 of file wifi-test-interference-helper.cc.
Referenced by Input(), and InterferenceExperiment::Run().