Public Member Functions | |
Input () | |
Public Attributes | |
double | distance |
distance More... | |
uint32_t | nPackets |
number of packets More... | |
uint32_t | packetSize |
packet size More... | |
std::string | txMode |
transmit mode More... | |
uint8_t | txPowerLevel |
transmit power level More... | |
Input structure.
Definition at line 39 of file wifi-phy-test.cc.
PsrExperiment::Input::Input | ( | ) |
Definition at line 98 of file wifi-phy-test.cc.
double PsrExperiment::Input::distance |
distance
Definition at line 42 of file wifi-phy-test.cc.
Referenced by PrintPsr(), PrintPsrVsDistance(), PrintSizeVsRange(), and PsrExperiment::Run().
uint32_t PsrExperiment::Input::nPackets |
number of packets
Definition at line 46 of file wifi-phy-test.cc.
Referenced by CalcPsr(), PrintPsr(), PrintPsrVsDistance(), PrintSizeVsRange(), and PsrExperiment::Run().
uint32_t PsrExperiment::Input::packetSize |
packet size
Definition at line 45 of file wifi-phy-test.cc.
Referenced by PrintPsr(), PrintPsrVsDistance(), and PrintSizeVsRange().
std::string PsrExperiment::Input::txMode |
transmit mode
Definition at line 43 of file wifi-phy-test.cc.
Referenced by PrintPsr(), PrintPsrVsDistance(), and PrintSizeVsRange().
uint8_t PsrExperiment::Input::txPowerLevel |
transmit power level
Definition at line 44 of file wifi-phy-test.cc.
Referenced by PrintPsr(), PrintPsrVsDistance(), and PrintSizeVsRange().