A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
WifiQueueSchedulerTest::InputParams Struct Reference

Input parameters. More...

Collaboration diagram for WifiQueueSchedulerTest::InputParams:

Public Member Functions

std::string ToStr () const

Public Attributes

std::size_t nLinks
 number of links for each device
std::size_t nMaxInflights
 max number of links on which an MPDU can be simultaneously inflight
std::vector< std::pair< std::size_t, Time > > packets
 destination STA ID (starting at 0) and interval since the previous packet for all packets to enqueue
std::string schedulerTid
 scheduler TypeId

Detailed Description

Input parameters.

Definition at line 52 of file wifi-queue-scheduler-test.cc.

Member Function Documentation

◆ ToStr()

std::string WifiQueueSchedulerTest::InputParams::ToStr ( ) const
Returns
a string with the parameters' values

Definition at line 125 of file wifi-queue-scheduler-test.cc.

References nLinks, nMaxInflights, packets, and schedulerTid.

Member Data Documentation

◆ nLinks

std::size_t WifiQueueSchedulerTest::InputParams::nLinks

number of links for each device

Definition at line 55 of file wifi-queue-scheduler-test.cc.

Referenced by ToStr().

◆ nMaxInflights

std::size_t WifiQueueSchedulerTest::InputParams::nMaxInflights

max number of links on which an MPDU can be simultaneously inflight

Definition at line 56 of file wifi-queue-scheduler-test.cc.

Referenced by ToStr().

◆ packets

std::vector<std::pair<std::size_t, Time> > WifiQueueSchedulerTest::InputParams::packets

destination STA ID (starting at 0) and interval since the previous packet for all packets to enqueue

Definition at line 58 of file wifi-queue-scheduler-test.cc.

Referenced by ToStr().

◆ schedulerTid

std::string WifiQueueSchedulerTest::InputParams::schedulerTid

scheduler TypeId

Definition at line 54 of file wifi-queue-scheduler-test.cc.

Referenced by ToStr().


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