HE MU specific user transmission parameters. More...
#include "wifi-tx-vector.h"
Collaboration diagram for ns3::HeMuUserInfo: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 | |
| WifiMode | mcs |
| MCS. More... | |
| uint8_t | nss |
| number of spatial streams More... | |
| HeRu::RuSpec | ru |
| RU specification. More... | |
HE MU specific user transmission parameters.
Definition at line 33 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 554 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 546 of file wifi-tx-vector.cc.
References ns3::WifiMode::GetMcsValue(), mcs, nss, and ru.
Here is the call graph for this function:| WifiMode ns3::HeMuUserInfo::mcs |
MCS.
Definition at line 36 of file wifi-tx-vector.h.
Referenced by operator==(), and ns3::WifiTxVector::SetHeMuUserInfo().
| uint8_t ns3::HeMuUserInfo::nss |
number of spatial streams
Definition at line 37 of file wifi-tx-vector.h.
Referenced by operator==().
| HeRu::RuSpec ns3::HeMuUserInfo::ru |
RU specification.
Definition at line 35 of file wifi-tx-vector.h.
Referenced by TxDurationTest::CheckHeMuTxDuration(), ns3::WifiPhyHelper::GetRadiotapHeader(), and operator==().