A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
CollisionExperiment::Input Struct Reference

Input structure. More...

+ Collaboration diagram for CollisionExperiment::Input:

Public Member Functions

 Input ()
 

Public Attributes

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

Detailed Description

Input structure.

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

Constructor & Destructor Documentation

◆ Input()

CollisionExperiment::Input::Input ( )

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

Member Data Documentation

◆ interval

Time CollisionExperiment::Input::interval

interval

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

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

◆ nPackets

uint32_t CollisionExperiment::Input::nPackets

number of packets

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

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

◆ packetSizeA

uint32_t CollisionExperiment::Input::packetSizeA

packet size A

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

◆ packetSizeB

uint32_t CollisionExperiment::Input::packetSizeB

packet size B

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

◆ txModeA

std::string CollisionExperiment::Input::txModeA

transmit mode A

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

◆ txModeB

std::string CollisionExperiment::Input::txModeB

transmit mode B

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

◆ txPowerLevelA

uint8_t CollisionExperiment::Input::txPowerLevelA

transmit power level A

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

◆ txPowerLevelB

uint8_t CollisionExperiment::Input::txPowerLevelB

transmit power level B

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

◆ xA

double CollisionExperiment::Input::xA

x A

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

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

◆ xB

double CollisionExperiment::Input::xB

x B

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

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


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