A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::UanMacRcGw::AckData Struct Reference

Packet ACK data. More...

+ Collaboration diagram for ns3::UanMacRcGw::AckData:

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...
 

Detailed Description

Packet ACK data.

Definition at line 105 of file uan-mac-rc-gw.h.

Member Data Documentation

uint8_t ns3::UanMacRcGw::AckData::expFrames

Expected number of frames.

Definition at line 109 of file uan-mac-rc-gw.h.

Referenced by ns3::UanMacRcGw::EndCycle(), and ns3::UanMacRcGw::StartCycle().

uint8_t ns3::UanMacRcGw::AckData::frameNo

Frame number being ACK'ed.

Definition at line 107 of file uan-mac-rc-gw.h.

Referenced by ns3::UanMacRcGw::EndCycle(), and ns3::UanMacRcGw::StartCycle().

std::set<uint8_t> ns3::UanMacRcGw::AckData::rxFrames

Received frames.

Definition at line 108 of file uan-mac-rc-gw.h.

Referenced by ns3::UanMacRcGw::EndCycle().


The documentation for this struct was generated from the following file: