Declaration of the following enums: More...
#include <ostream>
#include "ns3/fatal-error.h"
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef uint16_t | ns3::WifiCodeRate |
These constants define the various convolutional coding rates used for the OFDM transmission modes in the IEEE 802.11 standard. More... | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiModulationClass &modulation) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiPhyRxfailureReason &reason) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiPpduField &field) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiPpduType &type) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiPreamble &preamble) |
Stream insertion operator. More... | |
Variables | |
const uint16_t | ns3::WIFI_CODE_RATE_1_2 = 1 |
1/2 coding rate More... | |
const uint16_t | ns3::WIFI_CODE_RATE_2_3 = 2 |
2/3 coding rate More... | |
const uint16_t | ns3::WIFI_CODE_RATE_3_4 = 3 |
3/4 coding rate More... | |
const uint16_t | ns3::WIFI_CODE_RATE_5_6 = 4 |
5/6 coding rate More... | |
const uint16_t | ns3::WIFI_CODE_RATE_UNDEFINED = 0 |
undefined coding rate More... | |
Declaration of the following enums:
Definition in file wifi-phy-common.h.