A Discrete-Event Network Simulator
QKDNetSim v2.0 (NS-3 v3.41) @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
wifi-test-interference-helper.cc File Reference
#include "ns3/command-line.h"
#include "ns3/config.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/double.h"
#include "ns3/interference-helper.h"
#include "ns3/log.h"
#include "ns3/nist-error-rate-model.h"
#include "ns3/node.h"
#include "ns3/packet.h"
#include "ns3/propagation-delay-model.h"
#include "ns3/propagation-loss-model.h"
#include "ns3/simple-frame-capture-model.h"
#include "ns3/simulator.h"
#include "ns3/single-model-spectrum-channel.h"
#include "ns3/spectrum-wifi-phy.h"
#include "ns3/wifi-mac-trailer.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-psdu.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
 True if results have to be checked. More...
 
bool expectRxASuccessful = false
 True if Rx from A is expected to be successful. More...
 
bool expectRxBSuccessful = false
 True if Rx from B is expected to be successful. More...
 

Variable Documentation

◆ checkResults

bool checkResults = false

True if results have to be checked.

Definition at line 74 of file wifi-test-interference-helper.cc.

Referenced by InterferenceExperiment::Run().

◆ expectRxASuccessful

bool expectRxASuccessful = false

True if Rx from A is expected to be successful.

Definition at line 75 of file wifi-test-interference-helper.cc.

Referenced by InterferenceExperiment::Run().

◆ expectRxBSuccessful

bool expectRxBSuccessful = false

True if Rx from B is expected to be successful.

Definition at line 76 of file wifi-test-interference-helper.cc.

Referenced by InterferenceExperiment::Run().