#include "ns3/command-line.h"#include "ns3/constant-position-mobility-model.h"#include "ns3/flow-id-tag.h"#include "ns3/nist-error-rate-model.h"#include "ns3/packet.h"#include "ns3/propagation-delay-model.h"#include "ns3/propagation-loss-model.h"#include "ns3/simulator.h"#include "ns3/wifi-psdu.h"#include "ns3/yans-wifi-channel.h"#include "ns3/yans-wifi-phy.h" Include dependency graph for wifi-phy-test.cc:
 Include dependency graph for wifi-phy-test.cc:Go to the source code of this file.
| Classes | |
| class | CollisionExperiment | 
| CollisionExperiment.  More... | |
| struct | PsrExperiment::Input | 
| Input structure.  More... | |
| struct | CollisionExperiment::Input | 
| Input structure.  More... | |
| struct | PsrExperiment::Output | 
| Output structure.  More... | |
| struct | CollisionExperiment::Output | 
| Output structure.  More... | |
| class | PsrExperiment | 
| PsrExperiment.  More... | |
| Functions | |
| double | CalcPsr (PsrExperiment::Output output, PsrExperiment::Input input) | 
| static void | PrintPsr (int argc, char *argv[]) | 
| static void | PrintPsrVsCollisionInterval (int argc, char *argv[]) | 
| static void | PrintPsrVsDistance (int argc, char *argv[]) | 
| static void | PrintSizeVsRange (int argc, char *argv[]) | 
| double CalcPsr | ( | PsrExperiment::Output | output, | 
| PsrExperiment::Input | input ) | 
Definition at line 353 of file wifi-phy-test.cc.
References PsrExperiment::Input::nPackets, and PsrExperiment::Output::received.
Referenced by PrintPsrVsDistance(), and PrintSizeVsRange().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 328 of file wifi-phy-test.cc.
References PsrExperiment::Input::distance, experiment(), PsrExperiment::Input::nPackets, PsrExperiment::Input::packetSize, PsrExperiment::Output::received, PsrExperiment::Input::txMode, and PsrExperiment::Input::txPowerLevel.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 456 of file wifi-phy-test.cc.
References experiment(), CollisionExperiment::Input::interval, ns3::MicroSeconds(), CollisionExperiment::Input::nPackets, CollisionExperiment::Output::receivedA, CollisionExperiment::Output::receivedB, CollisionExperiment::Input::xA, and CollisionExperiment::Input::xB.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 361 of file wifi-phy-test.cc.
References CalcPsr(), PsrExperiment::Input::distance, experiment(), PsrExperiment::Input::nPackets, PsrExperiment::Input::packetSize, PsrExperiment::Input::txMode, and PsrExperiment::Input::txPowerLevel.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 416 of file wifi-phy-test.cc.
References CalcPsr(), PsrExperiment::Input::distance, experiment(), PsrExperiment::Input::nPackets, PsrExperiment::Input::packetSize, PsrExperiment::Input::txMode, and PsrExperiment::Input::txPowerLevel.
 Here is the call graph for this function:
 Here is the call graph for this function: