A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::HeMuUserInfo Struct Reference

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.
 
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.
 

Detailed Description

HE MU specific user transmission parameters.

Definition at line 32 of file wifi-tx-vector.h.

Member Function Documentation

◆ operator!=()

bool ns3::HeMuUserInfo::operator!= ( const HeMuUserInfo & other) const

Compare this user info to the given user info.

Parameters
otherthe given user info
Returns
true if this user info differs from the given user info, false otherwise

Definition at line 761 of file wifi-tx-vector.cc.

◆ operator==()

bool ns3::HeMuUserInfo::operator== ( const HeMuUserInfo & other) const

Compare this user info to the given user info.

Parameters
otherthe given user info
Returns
true if this user info compares equal to the given user info, false otherwise

Definition at line 755 of file wifi-tx-vector.cc.

References mcs, nss, and ru.

Member Data Documentation

◆ mcs

uint8_t ns3::HeMuUserInfo::mcs

MCS index.

Definition at line 35 of file wifi-tx-vector.h.

Referenced by operator==().

◆ nss

uint8_t ns3::HeMuUserInfo::nss

number of spatial streams

Definition at line 36 of file wifi-tx-vector.h.

Referenced by operator==().

◆ ru

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==().


The documentation for this struct was generated from the following files: