Information associated with a container queue. More...
#include "wifi-mac-queue-scheduler-impl.h"
Public Attributes | |
std::map< uint8_t, Mask > | linkIds |
Maps ID of each link on which packets contained in this queue can be sent to a bitset indicating whether the link is blocked (at least one bit is non-zero) and for which reason. | |
std::optional< typename SortedQueues::iterator > | priorityIt |
iterator pointing to the entry for this queue in the sorted list | |
Information associated with a container queue.
Definition at line 143 of file wifi-mac-queue-scheduler-impl.h.
std::map<uint8_t, Mask> ns3::WifiMacQueueSchedulerImpl< Priority, Compare >::QueueInfo::linkIds |
Maps ID of each link on which packets contained in this queue can be sent to a bitset indicating whether the link is blocked (at least one bit is non-zero) and for which reason.
Definition at line 148 of file wifi-mac-queue-scheduler-impl.h.
std::optional<typename SortedQueues::iterator> ns3::WifiMacQueueSchedulerImpl< Priority, Compare >::QueueInfo::priorityIt |
iterator pointing to the entry for this queue in the sorted list
Definition at line 146 of file wifi-mac-queue-scheduler-impl.h.