A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-phy-state.h File Reference
#include "ns3/deprecated.h"
#include "ns3/fatal-error.h"
+ Include dependency graph for wifi-phy-state.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Enumerations

enum class  ns3::WifiPhyState {
  ns3::IDLE = 0 , ns3::CCA_BUSY , ns3::TX , ns3::RX ,
  ns3::SWITCHING , ns3::SLEEP , ns3::OFF
}
 The state of the PHY layer. More...
 

Functions

std::ostream & ns3::operator<< (std::ostream &os, WifiPhyState state)
 Stream insertion operator.
 

Variables

static constexpr auto CCA_BUSY = ns3::WifiPhyState::CCA_BUSY
 
static constexpr auto IDLE = ns3::WifiPhyState::IDLE
 Deprecated WifiPhyState enums.
 
static constexpr auto OFF = ns3::WifiPhyState::OFF
 
static constexpr auto RX = ns3::WifiPhyState::RX
 
static constexpr auto SLEEP = ns3::WifiPhyState::SLEEP
 
static constexpr auto SWITCHING = ns3::WifiPhyState::SWITCHING
 
static constexpr auto TX = ns3::WifiPhyState::TX
 

Variable Documentation

◆ CCA_BUSY

auto CCA_BUSY = ns3::WifiPhyState::CCA_BUSY
staticconstexpr
Deprecated
"Deprecated in ns-3.42: " "Use WifiPhyState::CCA_BUSY instead"

Definition at line 98 of file wifi-phy-state.h.

◆ IDLE

auto IDLE = ns3::WifiPhyState::IDLE
staticconstexpr

Deprecated WifiPhyState enums.

Use WifiPhyState class enum symbols instead.

Deprecated
"Deprecated in ns-3.42: " "Use WifiPhyState::IDLE instead"

Definition at line 96 of file wifi-phy-state.h.

◆ OFF

auto OFF = ns3::WifiPhyState::OFF
staticconstexpr
Deprecated
"Deprecated in ns-3.42: " "Use WifiPhyState::OFF instead"

Definition at line 108 of file wifi-phy-state.h.

◆ RX

auto RX = ns3::WifiPhyState::RX
staticconstexpr
Deprecated
"Deprecated in ns-3.42: " "Use WifiPhyState::RX instead"

Definition at line 102 of file wifi-phy-state.h.

◆ SLEEP

auto SLEEP = ns3::WifiPhyState::SLEEP
staticconstexpr
Deprecated
"Deprecated in ns-3.42: " "Use WifiPhyState::SLEEP instead"

Definition at line 106 of file wifi-phy-state.h.

◆ SWITCHING

auto SWITCHING = ns3::WifiPhyState::SWITCHING
staticconstexpr
Deprecated
"Deprecated in ns-3.42: " "Use WifiPhyState::SWITCHING instead"

Definition at line 104 of file wifi-phy-state.h.

◆ TX

auto TX = ns3::WifiPhyState::TX
staticconstexpr
Deprecated
"Deprecated in ns-3.42: " "Use WifiPhyState::TX instead"

Definition at line 100 of file wifi-phy-state.h.