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

Input structure. More...

Public Member Functions

 Input ()
 

Public Attributes

Time interval
 interval More...
 
uint32_t nPackets
 number of packets More...
 
uint32_t packetSizeA
 packet size A More...
 
uint32_t packetSizeB
 packet size B More...
 
std::string txModeA
 transmit mode A More...
 
std::string txModeB
 transmit mode B More...
 
uint8_t txPowerLevelA
 transmit power level A More...
 
uint8_t txPowerLevelB
 transmit power level B More...
 
double xA
 x A More...
 
double xB
 x B More...
 

Detailed Description

Input structure.

Definition at line 153 of file wifi-phy-test.cc.

Constructor & Destructor Documentation

◆ Input()

CollisionExperiment::Input::Input ( )

Definition at line 245 of file wifi-phy-test.cc.

Member Data Documentation

◆ interval

Time CollisionExperiment::Input::interval

interval

Definition at line 156 of file wifi-phy-test.cc.

Referenced by PrintPsrVsCollisionInterval(), and CollisionExperiment::Run().

◆ nPackets

uint32_t CollisionExperiment::Input::nPackets

number of packets

Definition at line 165 of file wifi-phy-test.cc.

Referenced by PrintPsrVsCollisionInterval(), and CollisionExperiment::Run().

◆ packetSizeA

uint32_t CollisionExperiment::Input::packetSizeA

packet size A

Definition at line 163 of file wifi-phy-test.cc.

◆ packetSizeB

uint32_t CollisionExperiment::Input::packetSizeB

packet size B

Definition at line 164 of file wifi-phy-test.cc.

◆ txModeA

std::string CollisionExperiment::Input::txModeA

transmit mode A

Definition at line 159 of file wifi-phy-test.cc.

◆ txModeB

std::string CollisionExperiment::Input::txModeB

transmit mode B

Definition at line 160 of file wifi-phy-test.cc.

◆ txPowerLevelA

uint8_t CollisionExperiment::Input::txPowerLevelA

transmit power level A

Definition at line 161 of file wifi-phy-test.cc.

◆ txPowerLevelB

uint8_t CollisionExperiment::Input::txPowerLevelB

transmit power level B

Definition at line 162 of file wifi-phy-test.cc.

◆ xA

double CollisionExperiment::Input::xA

x A

Definition at line 157 of file wifi-phy-test.cc.

Referenced by PrintPsrVsCollisionInterval().

◆ xB

double CollisionExperiment::Input::xB

x B

Definition at line 158 of file wifi-phy-test.cc.

Referenced by PrintPsrVsCollisionInterval().


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