INET Framework for OMNeT++/OMNEST
inet::ieee80211::StationRetryCounters Class Reference

#include <StationRetryCounters.h>

Public Member Functions

int getStationLongRetryCount () const
 
int getStationShortRetryCount () const
 
void resetStationShortRetryCount ()
 
void resetStationLongRetryCount ()
 
void incrementStationShortRetryCount ()
 
void incrementStationLongRetryCount ()
 

Protected Attributes

int stationShortRetryCount = 0
 
int stationLongRetryCount = 0
 

Member Function Documentation

◆ getStationLongRetryCount()

int inet::ieee80211::StationRetryCounters::getStationLongRetryCount ( ) const
inline

◆ getStationShortRetryCount()

int inet::ieee80211::StationRetryCounters::getStationShortRetryCount ( ) const
inline

◆ incrementStationLongRetryCount()

void inet::ieee80211::StationRetryCounters::incrementStationLongRetryCount ( )
inline

◆ incrementStationShortRetryCount()

void inet::ieee80211::StationRetryCounters::incrementStationShortRetryCount ( )
inline

◆ resetStationLongRetryCount()

void inet::ieee80211::StationRetryCounters::resetStationLongRetryCount ( )
inline

◆ resetStationShortRetryCount()

Member Data Documentation

◆ stationLongRetryCount

int inet::ieee80211::StationRetryCounters::stationLongRetryCount = 0
protected

◆ stationShortRetryCount

int inet::ieee80211::StationRetryCounters::stationShortRetryCount = 0
protected

The documentation for this class was generated from the following file:
inet::ieee80211::StationRetryCounters::stationLongRetryCount
int stationLongRetryCount
Definition: StationRetryCounters.h:20
inet::ieee80211::StationRetryCounters::stationShortRetryCount
int stationShortRetryCount
Definition: StationRetryCounters.h:19