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

Input structure. More...

+ Collaboration diagram for PsrExperiment::Input:

Public Member Functions

 Input ()
 

Public Attributes

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

Detailed Description

Input structure.

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

Constructor & Destructor Documentation

◆ Input()

PsrExperiment::Input::Input ( )

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

Member Data Documentation

◆ distance

double PsrExperiment::Input::distance

distance

Definition at line 42 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 46 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 45 of file wifi-phy-test.cc.

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

◆ txMode

std::string PsrExperiment::Input::txMode

transmit mode

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

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

◆ txPowerLevel

uint8_t PsrExperiment::Input::txPowerLevel

transmit power level

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

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


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