Input parameters. More...
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 | |
Input parameters.
Definition at line 52 of file wifi-queue-scheduler-test.cc.
| std::string WifiQueueSchedulerTest::InputParams::ToStr | ( | ) | const |
Definition at line 125 of file wifi-queue-scheduler-test.cc.
References nLinks, nMaxInflights, packets, and schedulerTid.
| 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().
| 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().
| 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().
| std::string WifiQueueSchedulerTest::InputParams::schedulerTid |