#include "ns3/log.h"#include "ns3/node.h"#include "ns3/packet.h"#include "ns3/config.h"#include "ns3/double.h"#include "ns3/simulator.h"#include "ns3/command-line.h"#include "ns3/single-model-spectrum-channel.h"#include "ns3/spectrum-wifi-phy.h"#include "ns3/propagation-loss-model.h"#include "ns3/propagation-delay-model.h"#include "ns3/nist-error-rate-model.h"#include "ns3/constant-position-mobility-model.h"#include "ns3/simple-frame-capture-model.h"#include "ns3/wifi-psdu.h"#include "ns3/wifi-mac-trailer.h"#include "ns3/wifi-net-device.h"
Include dependency graph for wifi-test-interference-helper.cc:Go to the source code of this file.
Classes | |
| struct | InterferenceExperiment::Input |
| Input structure. More... | |
| class | InterferenceExperiment |
| InterferenceExperiment. More... | |
Variables | |
| bool | checkResults = false |
| bool | expectRxASuccessfull = false |
| bool | expectRxBSuccessfull = false |
| bool checkResults = false |
Definition at line 74 of file wifi-test-interference-helper.cc.
Referenced by InterferenceExperiment::Run().
| bool expectRxASuccessfull = false |
Definition at line 75 of file wifi-test-interference-helper.cc.
Referenced by InterferenceExperiment::Run().
| bool expectRxBSuccessfull = false |
Definition at line 76 of file wifi-test-interference-helper.cc.
Referenced by InterferenceExperiment::Run().