A struct for packet, Wifi header, and timestamp. More...
 Collaboration diagram for ns3::BlockAckManager::Item: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 405 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 412 of file block-ack-manager.h.
Referenced by ns3::BlockAckManager::HasOtherFragments().
Definition at line 411 of file block-ack-manager.h.
Referenced by ns3::BlockAckManager::GetNextPacketSize().
| Time ns3::BlockAckManager::Item::timestamp | 
Definition at line 413 of file block-ack-manager.h.