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