RU Specification. More...
#include "he-ru.h"
Public Attributes | |
std::size_t | index |
index (starting at 1) More... | |
bool | primary80MHz |
true if the RU is allocated in the primary 80MHz channel More... | |
RuType | ruType |
RU type. More... | |
RU Specification.
Stores the information carried by the RU Allocation subfield of the User Info field of Trigger frames. Note that primary80MHz must be true if ruType is RU_2x996_TONE.
std::size_t ns3::HeRu::RuSpec::index |
index (starting at 1)
Definition at line 68 of file he-ru.h.
Referenced by ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::WifiPhy::GetRuBand(), ns3::operator<<(), and TestDlOfdmaPhyTransmission::SendMuPpdu().
bool ns3::HeRu::RuSpec::primary80MHz |
true if the RU is allocated in the primary 80MHz channel
Definition at line 66 of file he-ru.h.
Referenced by ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::operator<<(), and TestDlOfdmaPhyTransmission::SendMuPpdu().
RuType ns3::HeRu::RuSpec::ruType |
RU type.
Definition at line 67 of file he-ru.h.
Referenced by TxDurationTest::CheckHeMuTxDuration(), ns3::WifiPhy::EndReceive(), ns3::WifiMode::GetDataRate(), ns3::WifiPhyHelper::GetRadiotapHeader(), ns3::WifiPhy::GetRuBand(), ns3::operator<<(), and TestDlOfdmaPhyTransmission::SendMuPpdu().