A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-mac-queue-elem.cc
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Universita' degli Studi di Napoli Federico II
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Stefano Avallone <stavallo@unina.it>
7 */
8
10
11#include "wifi-mpdu.h"
12
13namespace ns3
14{
15
17 : mpdu(item),
18 expiryTime(0),
19 ac(AC_UNDEF),
20 expired(false)
21{
22}
23
29
30} // namespace ns3
Smart pointer class similar to boost::intrusive_ptr.
@ AC_UNDEF
Total number of ACs.
Definition qos-utils.h:76
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Ptr< WifiMpdu > mpdu
MPDU stored by this element.
WifiMacQueueElem(Ptr< WifiMpdu > item)
Constructor.
Callback< void, Ptr< WifiMpdu > > deleter
reset the iterator stored by the MPDU
std::map< uint8_t, Ptr< WifiMpdu > > inflights
map of MPDUs in-flight on each link