A Discrete-Event Network Simulator
API
InterferenceExperiment::Input Struct Reference

Input atructure. More...

+ Collaboration diagram for InterferenceExperiment::Input:

Public Member Functions

 Input ()
 

Public Attributes

bool captureEnabled
 whether physical layer capture is enabled More...
 
double captureMargin
 margin used for physical layer capture More...
 
Time interval
 interval More...
 
uint32_t packetSizeA
 packet size A More...
 
uint32_t packetSizeB
 packet size B More...
 
WifiPreamble preamble
 preamble More...
 
WifiPhyStandard standard
 standard More...
 
std::string txModeA
 transmit mode A More...
 
std::string txModeB
 transmit mode B More...
 
double txPowerLevelA
 transmit power level A More...
 
double txPowerLevelB
 transmit power level B More...
 
double xA
 x A More...
 
double xB
 x B More...
 

Detailed Description

Input atructure.

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

Constructor & Destructor Documentation

InterferenceExperiment::Input::Input ( )

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

Member Data Documentation

bool InterferenceExperiment::Input::captureEnabled

whether physical layer capture is enabled

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

Referenced by InterferenceExperiment::Run().

double InterferenceExperiment::Input::captureMargin

margin used for physical layer capture

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

Referenced by InterferenceExperiment::Run().

Time InterferenceExperiment::Input::interval

interval

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

Referenced by InterferenceExperiment::Run().

uint32_t InterferenceExperiment::Input::packetSizeA

packet size A

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

uint32_t InterferenceExperiment::Input::packetSizeB

packet size B

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

WifiPreamble InterferenceExperiment::Input::preamble

preamble

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

WifiPhyStandard InterferenceExperiment::Input::standard

standard

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

Referenced by InterferenceExperiment::Run().

std::string InterferenceExperiment::Input::txModeA

transmit mode A

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

std::string InterferenceExperiment::Input::txModeB

transmit mode B

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

double InterferenceExperiment::Input::txPowerLevelA

transmit power level A

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

Referenced by InterferenceExperiment::Run().

double InterferenceExperiment::Input::txPowerLevelB

transmit power level B

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

Referenced by InterferenceExperiment::Run().

double InterferenceExperiment::Input::xA

x A

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

Referenced by InterferenceExperiment::Run().

double InterferenceExperiment::Input::xB

x B

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

Referenced by InterferenceExperiment::Run().


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