#include "qos-utils.h"
#include "wifi-mac-queue-container.h"
#include "ns3/object.h"
#include <bitset>
#include <optional>
Go to the source code of this file.
Classes | |
class | ns3::WifiMacQueueScheduler |
WifiMacQueueScheduler is an abstract base class defining the public interface for a wifi MAC queue scheduler. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum class | ns3::WifiQueueBlockedReason : uint8_t { ns3::WAITING_ADDBA_RESP = 0 , ns3::POWER_SAVE_MODE , ns3::USING_OTHER_EMLSR_LINK , ns3::WAITING_EMLSR_TRANSITION_DELAY , ns3::TID_NOT_MAPPED , ns3::REASONS_COUNT } |
Enumeration of the reasons to block container queues. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, WifiQueueBlockedReason reason) |
Stream insertion operator. More... | |