A Discrete-Event Network Simulator
API
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. 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...
 

Detailed Description

HE MU specific user transmission parameters.

Definition at line 33 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 554 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 546 of file wifi-tx-vector.cc.

References ns3::WifiMode::GetMcsValue(), mcs, nss, and ru.

+ Here is the call graph for this function:

Member Data Documentation

◆ mcs

WifiMode ns3::HeMuUserInfo::mcs

MCS.

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

Referenced by operator==(), and ns3::WifiTxVector::SetHeMuUserInfo().

◆ nss

uint8_t ns3::HeMuUserInfo::nss

number of spatial streams

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

Referenced by operator==().

◆ ru

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


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