#include "ns3/packet.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/simulator.h"
#include "ns3/command-line.h"
#include "ns3/flow-id-tag.h"
#include "ns3/yans-wifi-channel.h"
#include "ns3/yans-wifi-phy.h"
#include "ns3/propagation-loss-model.h"
#include "ns3/propagation-delay-model.h"
#include "ns3/nist-error-rate-model.h"
Go to the source code of this file.
Classes | |
class | CollisionExperiment |
CollisionExperiment. More... | |
struct | CollisionExperiment::Input |
Input structure. More... | |
struct | PsrExperiment::Input |
Input structure. More... | |
struct | CollisionExperiment::Output |
Output struture. More... | |
struct | PsrExperiment::Output |
Output structure. More... | |
class | PsrExperiment |
PsrExperiment. More... | |
Functions | |
double | CalcPsr (struct PsrExperiment::Output output, struct 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 | ( | struct PsrExperiment::Output | output, |
struct PsrExperiment::Input | input | ||
) |
Definition at line 340 of file wifi-phy-test.cc.
References PsrExperiment::Input::nPackets, and PsrExperiment::Output::received.
Referenced by PrintPsrVsDistance(), and PrintSizeVsRange().
|
static |
Definition at line 318 of file wifi-phy-test.cc.
References second::cmd, PsrExperiment::Input::distance, experiment(), PsrExperiment::Input::nPackets, PsrExperiment::Input::packetSize, PsrExperiment::Input::txMode, and PsrExperiment::Input::txPowerLevel.
|
static |
Definition at line 436 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 347 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 399 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.