A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
Parameters Struct Reference

Parameters. More...

+ Collaboration diagram for Parameters:

Public Attributes

WifiStandard apType
 Wifi standard for AP.
 
bool bHasTraffic
 True if 802.11b stations generate traffic.
 
bool enableErpProtection
 True to enable ERP protection.
 
bool enableShortPhyPreamble
 True to enable short PHY preamble.
 
bool enableShortSlotTime
 True to enable short slot time.
 
std::string erpProtectionMode
 ERP protection mode.
 
bool gHasTraffic
 True if 802.11g stations generate traffic.
 
bool isUdp
 True to generate UDP traffic.
 
bool nHasTraffic
 True if 802.11n stations generate traffic.
 
uint32_t nWifiB
 Number of 802.11b stations.
 
uint32_t nWifiG
 Number of 802.11g stations.
 
uint32_t nWifiN
 Number of 802.11n stations.
 
uint32_t payloadSize
 Payload size in bytes.
 
double simulationTime
 Simulation time in seconds.
 
std::string testName
 Test name.
 

Detailed Description

Parameters.

Definition at line 68 of file wifi-mixed-network.cc.

Member Data Documentation

◆ apType

WifiStandard Parameters::apType

Wifi standard for AP.

Definition at line 75 of file wifi-mixed-network.cc.

◆ bHasTraffic

bool Parameters::bHasTraffic

True if 802.11b stations generate traffic.

Definition at line 77 of file wifi-mixed-network.cc.

◆ enableErpProtection

bool Parameters::enableErpProtection

True to enable ERP protection.

Definition at line 71 of file wifi-mixed-network.cc.

◆ enableShortPhyPreamble

bool Parameters::enableShortPhyPreamble

True to enable short PHY preamble.

Definition at line 74 of file wifi-mixed-network.cc.

◆ enableShortSlotTime

bool Parameters::enableShortSlotTime

True to enable short slot time.

Definition at line 73 of file wifi-mixed-network.cc.

◆ erpProtectionMode

std::string Parameters::erpProtectionMode

ERP protection mode.

Definition at line 72 of file wifi-mixed-network.cc.

◆ gHasTraffic

bool Parameters::gHasTraffic

True if 802.11g stations generate traffic.

Definition at line 79 of file wifi-mixed-network.cc.

◆ isUdp

bool Parameters::isUdp

True to generate UDP traffic.

Definition at line 82 of file wifi-mixed-network.cc.

◆ nHasTraffic

bool Parameters::nHasTraffic

True if 802.11n stations generate traffic.

Definition at line 81 of file wifi-mixed-network.cc.

◆ nWifiB

uint32_t Parameters::nWifiB

Number of 802.11b stations.

Definition at line 76 of file wifi-mixed-network.cc.

◆ nWifiG

uint32_t Parameters::nWifiG

Number of 802.11g stations.

Definition at line 78 of file wifi-mixed-network.cc.

◆ nWifiN

uint32_t Parameters::nWifiN

Number of 802.11n stations.

Definition at line 80 of file wifi-mixed-network.cc.

◆ payloadSize

uint32_t Parameters::payloadSize

Payload size in bytes.

Definition at line 83 of file wifi-mixed-network.cc.

◆ simulationTime

double Parameters::simulationTime

Simulation time in seconds.

Definition at line 84 of file wifi-mixed-network.cc.

◆ testName

std::string Parameters::testName

Test name.

Definition at line 70 of file wifi-mixed-network.cc.


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