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...
 
uint32_t m_maxProbRate
 The highest success probability rate of this group. More...
 
uint32_t m_maxTpRate
 The max throughput rate of this group. More...
 
uint32_t m_maxTpRate2
 The second max throughput rate of this group. More...
 
HtMinstrelRate 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 122 of file minstrel-ht-wifi-manager.h.

Member Data Documentation

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

uint8_t ns3::GroupInfo::m_index

Sample table index.

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

uint32_t ns3::GroupInfo::m_maxProbRate

The highest success probability rate of this group.

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

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

uint32_t ns3::GroupInfo::m_maxTpRate

The max throughput rate of this group.

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

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

uint32_t ns3::GroupInfo::m_maxTpRate2

The second max throughput rate of this group.

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

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

HtMinstrelRate ns3::GroupInfo::m_ratesTable

Information about rates of this group.

Definition at line 136 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 130 of file minstrel-ht-wifi-manager.h.


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