A struct to contain information of a group. More...
#include "minstrel-ht-wifi-manager.h"
 Collaboration diagram for ns3::GroupInfo:
 Collaboration diagram for ns3::GroupInfo:| Public Attributes | |
| uint8_t | m_col | 
| MCS rates are divided into groups based on the number of streams and flags that they use. | |
| uint8_t | m_index | 
| Sample table index. | |
| uint16_t | m_maxProbRate | 
| The highest success probability rate of this group in bps. | |
| uint16_t | m_maxTpRate | 
| The max throughput rate of this group in bps. | |
| uint16_t | m_maxTpRate2 | 
| The second max throughput rate of this group in bps. | |
| MinstrelHtRate | m_ratesTable | 
| Information about rates of this group. | |
| bool | m_supported | 
| If the rates of this group are supported by the station. | |
A struct to contain information of a group.
Definition at line 138 of file minstrel-ht-wifi-manager.h.
| uint8_t ns3::GroupInfo::m_col | 
MCS rates are divided into groups based on the number of streams and flags that they use.
Sample table column.
Definition at line 143 of file minstrel-ht-wifi-manager.h.
| uint8_t ns3::GroupInfo::m_index | 
Sample table index.
Definition at line 144 of file minstrel-ht-wifi-manager.h.
| uint16_t ns3::GroupInfo::m_maxProbRate | 
The highest success probability rate of this group in bps.
Definition at line 148 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::SetBestProbabilityRate().
| uint16_t ns3::GroupInfo::m_maxTpRate | 
The max throughput rate of this group in bps.
Definition at line 146 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::SetBestStationThRates().
| uint16_t ns3::GroupInfo::m_maxTpRate2 | 
The second max throughput rate of this group in bps.
Definition at line 147 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::SetBestStationThRates().
| MinstrelHtRate ns3::GroupInfo::m_ratesTable | 
Information about rates of this group.
Definition at line 149 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::SetBestProbabilityRate(), and ns3::MinstrelHtWifiManager::SetBestStationThRates().
| bool ns3::GroupInfo::m_supported | 
If the rates of this group are supported by the station.
Definition at line 145 of file minstrel-ht-wifi-manager.h.