A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::CaraWifiRemoteStation Struct Reference

hold per-remote-station state for CARA Wifi manager. More...

+ Inheritance diagram for ns3::CaraWifiRemoteStation:
+ Collaboration diagram for ns3::CaraWifiRemoteStation:

Public Attributes

uint32_t m_failed
 failed count
 
uint8_t m_rate
 rate in bps
 
uint32_t m_success
 success count
 
uint32_t m_timer
 timer count
 
- Public Attributes inherited from ns3::WifiRemoteStation
std::pair< double, Timem_rssiAndUpdateTimePair
 RSSI (in dBm) of the most recent packet received from the remote station along with update time.
 
WifiRemoteStationStatem_state
 Remote station state.
 

Additional Inherited Members

- Public Member Functions inherited from ns3::WifiRemoteStation
virtual ~WifiRemoteStation ()
 

Detailed Description

hold per-remote-station state for CARA Wifi manager.

This struct extends from WifiRemoteStation struct to hold additional information required by the CARA Wifi manager

Definition at line 38 of file cara-wifi-manager.cc.

Member Data Documentation

◆ m_failed

uint32_t ns3::CaraWifiRemoteStation::m_failed

failed count

Definition at line 42 of file cara-wifi-manager.cc.

Referenced by ns3::CaraWifiManager::DoNeedRts().

◆ m_rate

uint8_t ns3::CaraWifiRemoteStation::m_rate

rate in bps

Definition at line 43 of file cara-wifi-manager.cc.

◆ m_success

uint32_t ns3::CaraWifiRemoteStation::m_success

success count

Definition at line 41 of file cara-wifi-manager.cc.

◆ m_timer

uint32_t ns3::CaraWifiRemoteStation::m_timer

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