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

Input structure. More...

+ Collaboration diagram for CollisionExperiment::Input:

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 151 of file wifi-phy-test.cc.

Constructor & Destructor Documentation

CollisionExperiment::Input::Input ( )

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

Member Data Documentation

Time CollisionExperiment::Input::interval

interval

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

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

uint32_t CollisionExperiment::Input::nPackets

number of packets

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

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

uint32_t CollisionExperiment::Input::packetSizeA

packet size A

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

uint32_t CollisionExperiment::Input::packetSizeB

packet size B

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

std::string CollisionExperiment::Input::txModeA

transmit mode A

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

std::string CollisionExperiment::Input::txModeB

transmit mode B

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

uint8_t CollisionExperiment::Input::txPowerLevelA

transmit power level A

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

uint8_t CollisionExperiment::Input::txPowerLevelB

transmit power level B

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

double CollisionExperiment::Input::xA

x A

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

Referenced by PrintPsrVsCollisionInterval().

double CollisionExperiment::Input::xB

x B

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

Referenced by PrintPsrVsCollisionInterval().


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