#include "wifi-mode.h"
#include "wifi-tx-vector.h"
#include "ns3/he-ru.h"
#include "ns3/log.h"
#include <cmath>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
ns3::ATTRIBUTE_HELPER_CPP (WifiMode) | |
bool | ns3::operator!= (const WifiMode &a, const WifiMode &b) |
Check if the two WifiModes are different. More... | |
bool | ns3::operator< (const WifiMode &a, const WifiMode &b) |
Compare two WifiModes. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiMode &mode) |
Serialize WifiMode to ostream (human-readable). More... | |
bool | ns3::operator== (const WifiMode &a, const WifiMode &b) |
Check if the two WifiModes are identical. More... | |
std::istream & | ns3::operator>> (std::istream &is, WifiMode &mode) |
Serialize WifiMode from istream (human-readable). More... | |