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

Input structure. More...

+ Collaboration diagram for PsrExperiment::Input:

Public Member Functions

 Input ()
 

Public Attributes

double distance
 distance More...
 
uint32_t nPackets
 number of packets More...
 
uint32_t packetSize
 packet size More...
 
std::string txMode
 transmit mode More...
 
uint8_t txPowerLevel
 transmit power level More...
 

Detailed Description

Input structure.

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

Constructor & Destructor Documentation

◆ Input()

PsrExperiment::Input::Input ( )

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

Member Data Documentation

◆ distance

double PsrExperiment::Input::distance

distance

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

Referenced by PrintPsr(), PrintPsrVsDistance(), PrintSizeVsRange(), and PsrExperiment::Run().

◆ nPackets

uint32_t PsrExperiment::Input::nPackets

number of packets

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

Referenced by CalcPsr(), PrintPsr(), PrintPsrVsDistance(), PrintSizeVsRange(), and PsrExperiment::Run().

◆ packetSize

uint32_t PsrExperiment::Input::packetSize

packet size

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

Referenced by PrintPsr(), PrintPsrVsDistance(), and PrintSizeVsRange().

◆ txMode

std::string PsrExperiment::Input::txMode

transmit mode

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

Referenced by PrintPsr(), PrintPsrVsDistance(), and PrintSizeVsRange().

◆ txPowerLevel

uint8_t PsrExperiment::Input::txPowerLevel

transmit power level

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

Referenced by PrintPsr(), PrintPsrVsDistance(), and PrintSizeVsRange().


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