Collaboration diagram for PsrExperiment::Input:Public Member Functions | |
| Input () | |
Public Attributes | |
| meter_u | distance |
| distance | |
| uint32_t | nPackets |
| number of packets | |
| uint32_t | packetSize |
| packet size | |
| std::string | txMode |
| transmit mode | |
| uint8_t | txPowerLevel |
| transmit power level | |
Input structure.
Definition at line 28 of file wifi-phy-test.cc.
| PsrExperiment::Input::Input | ( | ) |
Definition at line 97 of file wifi-phy-test.cc.
| meter_u PsrExperiment::Input::distance |
distance
Definition at line 31 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 35 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 34 of file wifi-phy-test.cc.
Referenced by PrintPsr(), PrintPsrVsDistance(), PrintSizeVsRange(), and PsrExperiment::Send().
| std::string PsrExperiment::Input::txMode |
transmit mode
Definition at line 32 of file wifi-phy-test.cc.
Referenced by PrintPsr(), PrintPsrVsDistance(), PrintSizeVsRange(), and PsrExperiment::Send().
| uint8_t PsrExperiment::Input::txPowerLevel |
transmit power level
Definition at line 33 of file wifi-phy-test.cc.
Referenced by PrintPsr(), PrintPsrVsDistance(), PrintSizeVsRange(), and PsrExperiment::Send().