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) | |
| Constructor. More... | |
Public Attributes | |
| WifiMacHeader | hdr |
| header More... | |
| Ptr< const Packet > | packet |
| packet More... | |
| Time | timestamp |
| timestamp More... | |
A struct for packet, Wifi header, and timestamp.
Used in queue by block ACK manager.
Definition at line 475 of file block-ack-manager.h.
| ns3::BlockAckManager::Item::Item | ( | ) |
Definition at line 32 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
| ns3::BlockAckManager::Item::Item | ( | Ptr< const Packet > | packet, |
| const WifiMacHeader & | hdr, | ||
| Time | tStamp | ||
| ) |
Constructor.
| packet | packet |
| hdr | packet header |
| tStamp | timestamp |
Definition at line 37 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
| WifiMacHeader ns3::BlockAckManager::Item::hdr |
header
Definition at line 489 of file block-ack-manager.h.
Referenced by ns3::BlockAckManager::HasOtherFragments().
packet
Definition at line 488 of file block-ack-manager.h.
Referenced by ns3::BlockAckManager::GetNextPacketSize().
| Time ns3::BlockAckManager::Item::timestamp |
timestamp
Definition at line 490 of file block-ack-manager.h.