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

int inet::ieee80211::StationRetryCounters::getStationLongRetryCount ( ) const
inline
int inet::ieee80211::StationRetryCounters::getStationShortRetryCount ( ) const
inline
void inet::ieee80211::StationRetryCounters::incrementStationLongRetryCount ( )
inline
void inet::ieee80211::StationRetryCounters::incrementStationShortRetryCount ( )
inline
void inet::ieee80211::StationRetryCounters::resetStationLongRetryCount ( )
inline
void inet::ieee80211::StationRetryCounters::resetStationShortRetryCount ( )
inline

Member Data Documentation

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

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