#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"
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 364 of file wifi-phy-test.cc.
References PsrExperiment::Input::nPackets, and PsrExperiment::Output::received.
Referenced by PrintPsrVsDistance(), and PrintSizeVsRange().
|
static |
Definition at line 339 of file wifi-phy-test.cc.
References second::cmd, PsrExperiment::Input::distance, experiment(), PsrExperiment::Input::nPackets, PsrExperiment::Input::packetSize, PsrExperiment::Output::received, PsrExperiment::Input::txMode, and PsrExperiment::Input::txPowerLevel.
|
static |
Definition at line 467 of file wifi-phy-test.cc.
References second::cmd, experiment(), CollisionExperiment::Input::interval, ns3::MicroSeconds(), CollisionExperiment::Input::nPackets, CollisionExperiment::Output::receivedA, CollisionExperiment::Output::receivedB, CollisionExperiment::Input::xA, and CollisionExperiment::Input::xB.
|
static |
Definition at line 372 of file wifi-phy-test.cc.
References CalcPsr(), second::cmd, PsrExperiment::Input::distance, experiment(), PsrExperiment::Input::nPackets, PsrExperiment::Input::packetSize, PsrExperiment::Input::txMode, and PsrExperiment::Input::txPowerLevel.
|
static |
Definition at line 427 of file wifi-phy-test.cc.
References CalcPsr(), second::cmd, PsrExperiment::Input::distance, experiment(), PsrExperiment::Input::nPackets, PsrExperiment::Input::packetSize, PsrExperiment::Input::txMode, and PsrExperiment::Input::txPowerLevel.