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 |
Definition at line 281 of file block-ack-manager.h.
| ns3::BlockAckManager::Item::Item | ( | ) |
Definition at line 38 of file block-ack-manager.cc.
| ns3::BlockAckManager::Item::Item | ( | Ptr< const Packet > | packet, |
| const WifiMacHeader & | hdr, | ||
| Time | tStamp | ||
| ) |
Definition at line 42 of file block-ack-manager.cc.
| WifiMacHeader ns3::BlockAckManager::Item::hdr |
Definition at line 288 of file block-ack-manager.h.
Referenced by ns3::BlockAckManager::HasOtherFragments().
Definition at line 287 of file block-ack-manager.h.
Referenced by ns3::BlockAckManager::GetNextPacketSize().
| Time ns3::BlockAckManager::Item::timestamp |
Definition at line 289 of file block-ack-manager.h.