#include "ns3/fatal-error.h"
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. | |