A Discrete-Event Network Simulator
API
ns3::GroupInfo Struct Reference

A struct to contain information of a group. More...

#include "minstrel-ht-wifi-manager.h"

+ 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. More...
 
uint8_t m_index
 Sample table index. More...
 
uint16_t m_maxProbRate
 The highest success probability rate of this group in bps. More...
 
uint16_t m_maxTpRate
 The max throughput rate of this group in bps. More...
 
uint16_t m_maxTpRate2
 The second max throughput rate of this group in bps. More...
 
MinstrelHtRate m_ratesTable
 Information about rates of this group. More...
 
bool m_supported
 If the rates of this group are supported by the station. More...
 

Detailed Description

A struct to contain information of a group.

Definition at line 141 of file minstrel-ht-wifi-manager.h.

Member Data Documentation

◆ m_col

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 146 of file minstrel-ht-wifi-manager.h.

◆ m_index

uint8_t ns3::GroupInfo::m_index

Sample table index.

Definition at line 147 of file minstrel-ht-wifi-manager.h.

◆ m_maxProbRate

uint16_t ns3::GroupInfo::m_maxProbRate

The highest success probability rate of this group in bps.

Definition at line 151 of file minstrel-ht-wifi-manager.h.

Referenced by ns3::MinstrelHtWifiManager::SetBestProbabilityRate().

◆ m_maxTpRate

uint16_t ns3::GroupInfo::m_maxTpRate

The max throughput rate of this group in bps.

Definition at line 149 of file minstrel-ht-wifi-manager.h.

Referenced by ns3::MinstrelHtWifiManager::SetBestStationThRates().

◆ m_maxTpRate2

uint16_t ns3::GroupInfo::m_maxTpRate2

The second max throughput rate of this group in bps.

Definition at line 150 of file minstrel-ht-wifi-manager.h.

Referenced by ns3::MinstrelHtWifiManager::SetBestStationThRates().

◆ m_ratesTable

MinstrelHtRate ns3::GroupInfo::m_ratesTable

Information about rates of this group.

Definition at line 152 of file minstrel-ht-wifi-manager.h.

Referenced by ns3::MinstrelHtWifiManager::SetBestProbabilityRate(), and ns3::MinstrelHtWifiManager::SetBestStationThRates().

◆ m_supported

bool ns3::GroupInfo::m_supported

If the rates of this group are supported by the station.

Definition at line 148 of file minstrel-ht-wifi-manager.h.


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