A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
InterferenceExperiment::Input Struct Reference

Input atructure. More...

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 79 of file test-interference-helper.cc.

Constructor & Destructor Documentation

◆ Input()

InterferenceExperiment::Input::Input ( )

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

Member Data Documentation

◆ captureEnabled

bool InterferenceExperiment::Input::captureEnabled

whether physical layer capture is enabled

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

Referenced by InterferenceExperiment::Run().

◆ captureMargin

double InterferenceExperiment::Input::captureMargin

margin used for physical layer capture

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

Referenced by InterferenceExperiment::Run().

◆ interval

Time InterferenceExperiment::Input::interval

interval

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

Referenced by InterferenceExperiment::Run().

◆ packetSizeA

uint32_t InterferenceExperiment::Input::packetSizeA

packet size A

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

◆ packetSizeB

uint32_t InterferenceExperiment::Input::packetSizeB

packet size B

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

◆ preamble

WifiPreamble InterferenceExperiment::Input::preamble

preamble

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

◆ standard

WifiPhyStandard InterferenceExperiment::Input::standard

standard

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

Referenced by InterferenceExperiment::Run().

◆ txModeA

std::string InterferenceExperiment::Input::txModeA

transmit mode A

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

◆ txModeB

std::string InterferenceExperiment::Input::txModeB

transmit mode B

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

◆ txPowerLevelA

double InterferenceExperiment::Input::txPowerLevelA

transmit power level A

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

Referenced by InterferenceExperiment::Run().

◆ txPowerLevelB

double InterferenceExperiment::Input::txPowerLevelB

transmit power level B

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

Referenced by InterferenceExperiment::Run().

◆ xA

double InterferenceExperiment::Input::xA

x A

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

Referenced by InterferenceExperiment::Run().

◆ xB

double InterferenceExperiment::Input::xB

x B

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

Referenced by InterferenceExperiment::Run().


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