A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ht-phy.cc File Reference
#include "ht-phy.h"
#include "ht-ppdu.h"
#include "ns3/assert.h"
#include "ns3/interference-helper.h"
#include "ns3/log.h"
#include "ns3/wifi-phy.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-utils.h"
+ Include dependency graph for ht-phy.cc:

Go to the source code of this file.

Classes

class  anonymous_namespace{ht-phy.cc}::ConstructorHt
 Constructor class for HT modes. More...
 

Namespaces

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

Macros

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

Variables

class anonymous_namespace{ht-phy.cc}::ConstructorHt anonymous_namespace{ht-phy.cc}::g_constructor_ht
 the constructor for HT modes
 

Macro Definition Documentation

◆ CASE

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

◆ GET_HT_MCS

#define GET_HT_MCS (   x)
Value:
WifiMode HtPhy::GetHtMcs##x() \
{ \
static WifiMode mcs = CreateHtMcs(x); \
return mcs; \
}

Definition at line 538 of file ht-phy.cc.

◆ NS_LOG_APPEND_CONTEXT

#define NS_LOG_APPEND_CONTEXT   WIFI_PHY_NS_LOG_APPEND_CONTEXT(m_wifiPhy)

Definition at line 33 of file ht-phy.cc.