Public Attributes | |
uint8_t | expFrames |
Expected number of frames. More... | |
uint8_t | frameNo |
Frame number being ACK'ed. More... | |
std::set< uint8_t > | rxFrames |
Received frames. More... | |
Packet ACK data.
Definition at line 119 of file uan-mac-rc-gw.h.
uint8_t ns3::UanMacRcGw::AckData::expFrames |
Expected number of frames.
Definition at line 123 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 121 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 122 of file uan-mac-rc-gw.h.