#include "wifi-mac-queue-scheduler.h"
#include "wifi-mac-queue.h"
#include "wifi-mac.h"
#include <algorithm>
#include <functional>
#include <list>
#include <map>
#include <numeric>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ns3::WifiMacQueueSchedulerImpl< Priority, Compare >::PerAcInfo |
Information specific to a wifi MAC queue. More... | |
struct | ns3::WifiMacQueueSchedulerImpl< Priority, Compare >::QueueInfo |
Information associated with a container queue. More... | |
class | ns3::WifiMacQueueSchedulerImpl< Priority, Compare > |
WifiMacQueueSchedulerImpl is a template class enabling the definition of different types of priority values for the container queues. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |