A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
he-phy.cc File Reference
#include "he-phy.h"
#include "he-configuration.h"
#include "obss-pd-algorithm.h"
#include "ns3/ap-wifi-mac.h"
#include "ns3/assert.h"
#include "ns3/interference-helper.h"
#include "ns3/log.h"
#include "ns3/simulator.h"
#include "ns3/sta-wifi-mac.h"
#include "ns3/vht-configuration.h"
#include "ns3/wifi-net-device.h"
#include "ns3/wifi-phy.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-utils.h"
#include <algorithm>
+ Include dependency graph for he-phy.cc:

Go to the source code of this file.

Classes

class  anonymous_namespace{he-phy.cc}::ConstructorHe
 Constructor class for HE modes. More...
 

Namespaces

namespace  anonymous_namespace{he-phy.cc}
 
namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Macros

#define CASE(x)
 
#define GET_HE_MCS(x)
 
#define NS_LOG_APPEND_CONTEXT   WIFI_PHY_NS_LOG_APPEND_CONTEXT(m_wifiPhy)
 

Variables

class anonymous_namespace{he-phy.cc}::ConstructorHe anonymous_namespace{he-phy.cc}::g_constructor_he
 the constructor for HE modes
 

Macro Definition Documentation

◆ CASE

#define CASE (   x)
Value:
case x: \
return GetHeMcs##x();

◆ GET_HE_MCS

#define GET_HE_MCS (   x)
Value:
WifiMode HePhy::GetHeMcs##x() \
{ \
static WifiMode mcs = CreateHeMcs(x); \
return mcs; \
}

Definition at line 1576 of file he-phy.cc.

◆ NS_LOG_APPEND_CONTEXT

#define NS_LOG_APPEND_CONTEXT   WIFI_PHY_NS_LOG_APPEND_CONTEXT(m_wifiPhy)

Definition at line 42 of file he-phy.cc.