A struct for packet, Wifi header, and timestamp. More...
Public Member Functions | |
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 445 of file block-ack-manager.h.
ns3::BlockAckManager::Item::Item | ( | Ptr< const Packet > | packet, |
const WifiMacHeader & | hdr, | ||
Time | tStamp | ||
) |
Constructor.
packet | packet |
hdr | packet header |
tStamp | timestamp |
Definition at line 35 of file block-ack-manager.cc.
References hdr, NS_LOG_FUNCTION, and packet.
WifiMacHeader ns3::BlockAckManager::Item::hdr |
Time ns3::BlockAckManager::Item::timestamp |
timestamp
Definition at line 459 of file block-ack-manager.h.