A struct for packet, Wifi header, and timestamp. More...
Public Member Functions | |
Item () | |
Item (Ptr< const Packet > packet, const WifiMacHeader &hdr, Time tStamp) | |
Public Attributes | |
WifiMacHeader | hdr |
Ptr< const Packet > | packet |
Time | timestamp |
A struct for packet, Wifi header, and timestamp.
Used in queue by block ACK manager.
Definition at line 393 of file block-ack-manager.h.
ns3::BlockAckManager::Item::Item | ( | ) |
Definition at line 39 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
ns3::BlockAckManager::Item::Item | ( | Ptr< const Packet > | packet, |
const WifiMacHeader & | hdr, | ||
Time | tStamp | ||
) |
Definition at line 44 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
WifiMacHeader ns3::BlockAckManager::Item::hdr |
Definition at line 400 of file block-ack-manager.h.
Referenced by ns3::BlockAckManager::HasOtherFragments().
Definition at line 399 of file block-ack-manager.h.
Referenced by ns3::BlockAckManager::GetNextPacketSize().
Time ns3::BlockAckManager::Item::timestamp |
Definition at line 401 of file block-ack-manager.h.