#include "ns3/log.h"#include "ns3/packet.h"#include "ns3/config.h"#include "ns3/double.h"#include "ns3/simulator.h"#include "ns3/command-line.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"#include "ns3/constant-position-mobility-model.h"#include "ns3/simple-frame-capture-model.h"
Include dependency graph for test-interference-helper.cc:Go to the source code of this file.
Classes | |
| struct | InterferenceExperiment::Input |
| Input atructure. More... | |
| class | InterferenceExperiment |
| InterferenceExperiment. More... | |
Variables | |
| bool | checkResults = false |
| bool | expectRxASuccessfull = false |
| bool | expectRxBSuccessfull = false |
| bool checkResults = false |
Definition at line 70 of file test-interference-helper.cc.
Referenced by InterferenceExperiment::Run().
| bool expectRxASuccessfull = false |
Definition at line 71 of file test-interference-helper.cc.
Referenced by InterferenceExperiment::Run().
| bool expectRxBSuccessfull = false |
Definition at line 72 of file test-interference-helper.cc.
Referenced by InterferenceExperiment::Run().