#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 |
|
staticconstexpr |
Definition at line 98 of file wifi-phy-state.h.
|
staticconstexpr |
Deprecated WifiPhyState enums.
Use WifiPhyState class enum symbols instead.
Definition at line 96 of file wifi-phy-state.h.
|
staticconstexpr |
Definition at line 108 of file wifi-phy-state.h.
|
staticconstexpr |
Definition at line 102 of file wifi-phy-state.h.
|
staticconstexpr |
Definition at line 106 of file wifi-phy-state.h.
|
staticconstexpr |
Definition at line 104 of file wifi-phy-state.h.
|
staticconstexpr |
Definition at line 100 of file wifi-phy-state.h.