A Discrete-Event Network Simulator
API
InterferenceExperiment::Input Struct Reference
+ Collaboration diagram for InterferenceExperiment::Input:

Public Member Functions

 Input ()
 

Public Attributes

Time interval
 
uint32_t packetSizeA
 
uint32_t packetSizeB
 
enum WifiPreamble preamble
 
enum WifiPhyStandard standard
 
std::string txModeA
 
std::string txModeB
 
uint32_t txPowerLevelA
 
uint32_t txPowerLevelB
 
double xA
 
double xB
 

Detailed Description

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

Constructor & Destructor Documentation

InterferenceExperiment::Input::Input ( )

Definition at line 125 of file test-interference-helper.cc.

Member Data Documentation

Time InterferenceExperiment::Input::interval

Definition at line 78 of file test-interference-helper.cc.

Referenced by InterferenceExperiment::Run().

uint32_t InterferenceExperiment::Input::packetSizeA

Definition at line 85 of file test-interference-helper.cc.

uint32_t InterferenceExperiment::Input::packetSizeB

Definition at line 86 of file test-interference-helper.cc.

enum WifiPreamble InterferenceExperiment::Input::preamble

Definition at line 88 of file test-interference-helper.cc.

enum WifiPhyStandard InterferenceExperiment::Input::standard

Definition at line 87 of file test-interference-helper.cc.

Referenced by InterferenceExperiment::Run().

std::string InterferenceExperiment::Input::txModeA

Definition at line 81 of file test-interference-helper.cc.

std::string InterferenceExperiment::Input::txModeB

Definition at line 82 of file test-interference-helper.cc.

uint32_t InterferenceExperiment::Input::txPowerLevelA

Definition at line 83 of file test-interference-helper.cc.

uint32_t InterferenceExperiment::Input::txPowerLevelB

Definition at line 84 of file test-interference-helper.cc.

double InterferenceExperiment::Input::xA

Definition at line 79 of file test-interference-helper.cc.

Referenced by InterferenceExperiment::Run().

double InterferenceExperiment::Input::xB

Definition at line 80 of file test-interference-helper.cc.

Referenced by InterferenceExperiment::Run().


The documentation for this struct was generated from the following file: