Information needed to remove an MSDU from the queue. More...
#include "wifi-mac-queue-item.h"
Collaboration diagram for ns3::WifiMacQueueItem::QueueIteratorPair:Public Attributes | |
| ConstIterator | it |
| iterator pointing to the MSDU in the queue More... | |
| WifiMacQueue * | queue |
| pointer to the queue where the MSDU is enqueued More... | |
Information needed to remove an MSDU from the queue.
Definition at line 146 of file wifi-mac-queue-item.h.
| ConstIterator ns3::WifiMacQueueItem::QueueIteratorPair::it |
iterator pointing to the MSDU in the queue
Definition at line 149 of file wifi-mac-queue-item.h.
Referenced by ns3::FrameExchangeManager::DequeueMpdu(), ns3::HtFrameExchangeManager::DequeuePsdu(), ns3::FrameExchangeManager::GetFirstFragmentIfNeeded(), ns3::QosTxop::GetNextMpdu(), and ns3::QosTxop::PeekNextMpdu().
| WifiMacQueue* ns3::WifiMacQueueItem::QueueIteratorPair::queue |
pointer to the queue where the MSDU is enqueued
Definition at line 148 of file wifi-mac-queue-item.h.
Referenced by ns3::FrameExchangeManager::DequeueMpdu(), ns3::HtFrameExchangeManager::DequeuePsdu(), ns3::FrameExchangeManager::GetFirstFragmentIfNeeded(), and ns3::QosTxop::PeekNextMpdu().