Collaboration diagram for PsrExperiment:Classes | |
| struct | Input |
| Input structure. More... | |
| struct | Output |
| Output structure. More... | |
Public Member Functions | |
| PsrExperiment () | |
| struct PsrExperiment::Output | Run (struct PsrExperiment::Input input) |
| Run function. More... | |
Private Member Functions | |
| void | Receive (Ptr< WifiPsdu > psdu, RxSignalInfo rxSignalInfo, WifiTxVector txVector, std::vector< bool > statusPerMpdu) |
| Send receive function. More... | |
| void | Send (void) |
| Send function. More... | |
Private Attributes | |
| struct Input | m_input |
| input More... | |
| struct Output | m_output |
| output More... | |
| Ptr< WifiPhy > | m_tx |
| transmit More... | |
Definition at line 36 of file wifi-phy-test.cc.
| PsrExperiment::PsrExperiment | ( | ) |
Definition at line 99 of file wifi-phy-test.cc.
|
private |
Send receive function.
| psdu | the PSDU |
| rxSignalInfo | the info on the received signal ( |
| txVector | the wifi transmit vector |
| statusPerMpdu | reception status per MPDU |
Definition at line 93 of file wifi-phy-test.cc.
| struct PsrExperiment::Output PsrExperiment::Run | ( | struct PsrExperiment::Input | input | ) |
Run function.
| input | the PSR experiment |
Definition at line 102 of file wifi-phy-test.cc.
|
private |
Send function.
Definition at line 81 of file wifi-phy-test.cc.
References ns3::WifiTxVector::SetMode(), ns3::WifiTxVector::SetPreambleType(), ns3::WifiTxVector::SetTxPowerLevel(), and ns3::WIFI_PREAMBLE_LONG.
Here is the call graph for this function:
|
private |
input
Definition at line 75 of file wifi-phy-test.cc.
|
private |
output
Definition at line 75 of file wifi-phy-test.cc.
transmit
Definition at line 75 of file wifi-phy-test.cc.