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

Data structure to contain the information that defines a group. More...

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

+ Collaboration diagram for ns3::McsGroup:

Public Attributes

uint32_t chWidth
 
bool isSupported
 
bool isVht
 
TxTime ratesFirstMpduTxTimeTable
 
TxTime ratesTxTimeTable
 
uint8_t sgi
 
uint8_t streams
 

Detailed Description

Data structure to contain the information that defines a group.

It also contains the transmission times for all the MCS in the group. A group is a collection of MCS defined by the number of spatial streams, if it uses or not Short Guard Interval, and the channel width used.

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

Member Data Documentation

uint32_t ns3::McsGroup::chWidth
bool ns3::McsGroup::isSupported

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

bool ns3::McsGroup::isVht

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

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

TxTime ns3::McsGroup::ratesFirstMpduTxTimeTable

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

TxTime ns3::McsGroup::ratesTxTimeTable

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

uint8_t ns3::McsGroup::sgi
uint8_t ns3::McsGroup::streams

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