Data structure to contain the information that defines a group. More...
#include "minstrel-ht-wifi-manager.h"
 Collaboration diagram for ns3::McsGroup:
 Collaboration diagram for ns3::McsGroup:| Public Attributes | |
| MHz_u | chWidth | 
| channel width | |
| Time | gi | 
| guard interval duration | |
| bool | isSupported | 
| flag whether group is supported | |
| TxTime | ratesFirstMpduTxTimeTable | 
| rates MPDU transmit time table | |
| TxTime | ratesTxTimeTable | 
| rates transmit time table | |
| uint8_t | streams | 
| number of spatial streams | |
| McsGroupType | type | 
| identifies the group, | |
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 73 of file minstrel-ht-wifi-manager.h.
| MHz_u ns3::McsGroup::chWidth | 
channel width
Definition at line 77 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::DoGetDataTxVector(), ns3::MinstrelHtWifiManager::StatsDump(), and ns3::MinstrelHtWifiManager::UpdateRateAfterAllowedWidth().
| Time ns3::McsGroup::gi | 
guard interval duration
Definition at line 76 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::DoGetDataTxVector(), ns3::MinstrelHtWifiManager::StatsDump(), and ns3::MinstrelHtWifiManager::UpdateRateAfterAllowedWidth().
| bool ns3::McsGroup::isSupported | 
flag whether group is supported
Definition at line 79 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::UpdateRateAfterAllowedWidth().
| TxTime ns3::McsGroup::ratesFirstMpduTxTimeTable | 
rates MPDU transmit time table
Definition at line 83 of file minstrel-ht-wifi-manager.h.
| TxTime ns3::McsGroup::ratesTxTimeTable | 
rates transmit time table
Definition at line 82 of file minstrel-ht-wifi-manager.h.
| uint8_t ns3::McsGroup::streams | 
number of spatial streams
Definition at line 75 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::DoGetDataTxVector(), ns3::MinstrelHtWifiManager::StatsDump(), and ns3::MinstrelHtWifiManager::UpdateRateAfterAllowedWidth().
| McsGroupType ns3::McsGroup::type | 
identifies the group,
Definition at line 78 of file minstrel-ht-wifi-manager.h.
Referenced by ns3::MinstrelHtWifiManager::DoGetDataTxVector(), ns3::MinstrelHtWifiManager::StatsDump(), and ns3::MinstrelHtWifiManager::UpdateRateAfterAllowedWidth().