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. | |
bool | operator== (const HeMuUserInfo &other) const |
Compare this user info to the given user info. | |
Public Attributes | |
uint8_t | mcs |
MCS index. | |
uint8_t | nss |
number of spatial streams | |
HeRu::RuSpec | ru |
RU specification. | |
HE MU specific user transmission parameters.
Definition at line 32 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 761 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 755 of file wifi-tx-vector.cc.
uint8_t ns3::HeMuUserInfo::mcs |
uint8_t ns3::HeMuUserInfo::nss |
number of spatial streams
Definition at line 36 of file wifi-tx-vector.h.
Referenced by operator==().
HeRu::RuSpec ns3::HeMuUserInfo::ru |
RU specification.
Definition at line 34 of file wifi-tx-vector.h.
Referenced by TxDurationTest::CheckMuTxDuration(), ns3::WifiPhyHelper::GetRadiotapHeader(), and operator==().