Public Attributes | |
uint8_t | expFrames |
Expected number of frames. | |
uint8_t | frameNo |
Frame number being ACK'ed. | |
std::set< uint8_t > | rxFrames |
Received frames. | |
Packet ACK data.
Definition at line 110 of file uan-mac-rc-gw.h.
uint8_t ns3::UanMacRcGw::AckData::expFrames |
Expected number of frames.
Definition at line 114 of file uan-mac-rc-gw.h.
Referenced by ns3::UanMacRcGw::StartCycle().
uint8_t ns3::UanMacRcGw::AckData::frameNo |
Frame number being ACK'ed.
Definition at line 112 of file uan-mac-rc-gw.h.
Referenced by ns3::UanMacRcGw::StartCycle().
std::set<uint8_t> ns3::UanMacRcGw::AckData::rxFrames |
Received frames.
Definition at line 113 of file uan-mac-rc-gw.h.