Struct providing a function call operator to compare two RUs. More...
#include "he-ru.h"
Public Member Functions | |
RuSpecCompare (uint16_t channelWidth, uint8_t p20Index) | |
Constructor. More... | |
bool | operator() (const RuSpec &lhs, const RuSpec &rhs) const |
Function call operator. More... | |
Private Attributes | |
uint16_t | m_channelWidth |
The channel width in MHz. More... | |
uint8_t | m_p20Index |
Primary20 channel index. More... | |
Struct providing a function call operator to compare two RUs.
ns3::HeRu::RuSpecCompare::RuSpecCompare | ( | uint16_t | channelWidth, |
uint8_t | p20Index | ||
) |
Function call operator.
lhs | left hand side RU |
rhs | right hand side RU |
Definition at line 381 of file he-ru.cc.
References ns3::HeRu::RuSpec::GetPhyIndex(), ns3::HeRu::RuSpec::GetRuType(), and ns3::HeRu::GetSubcarrierGroup().
|
private |
|
private |