A Discrete-Event Network Simulator
API
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 119 of file uan-mac-rc-gw.h.

Member Data Documentation

◆ expFrames

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

◆ frameNo

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

◆ rxFrames

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

Received frames.

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


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