HE MU specific user transmission parameters. More...
#include "wifi-tx-vector.h"
Public Member Functions | |
bool | operator!= (const HeMuUserInfo &other) const |
Compare this user info to the given user info. More... | |
bool | operator== (const HeMuUserInfo &other) const |
Compare this user info to the given user info. More... | |
Public Attributes | |
uint8_t | mcs |
MCS index. More... | |
uint8_t | nss |
number of spatial streams More... | |
HeRu::RuSpec | ru |
RU specification. More... | |
HE MU specific user transmission parameters.
Definition at line 42 of file wifi-tx-vector.h.
bool ns3::HeMuUserInfo::operator!= | ( | const HeMuUserInfo & | other | ) | const |
Compare this user info to the given user info.
other | the given user info |
Definition at line 771 of file wifi-tx-vector.cc.
bool ns3::HeMuUserInfo::operator== | ( | const HeMuUserInfo & | other | ) | const |
Compare this user info to the given user info.
other | the given user info |
Definition at line 765 of file wifi-tx-vector.cc.
uint8_t ns3::HeMuUserInfo::mcs |
uint8_t ns3::HeMuUserInfo::nss |
number of spatial streams
Definition at line 46 of file wifi-tx-vector.h.
Referenced by operator==().
HeRu::RuSpec ns3::HeMuUserInfo::ru |
RU specification.
Definition at line 44 of file wifi-tx-vector.h.
Referenced by TxDurationTest::CheckMuTxDuration(), ns3::WifiPhyHelper::GetRadiotapHeader(), and operator==().