#include "wifi-spectrum-value-helper.h"
#include "ns3/assert.h"
#include "ns3/fatal-error.h"
#include "ns3/log.h"
#include <cmath>
#include <map>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | ns3::WifiSpectrumModelId |
Wifi Spectrum Model structure. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
bool | ns3::operator!= (const FrequencyRange &lhs, const FrequencyRange &rhs) |
Compare two FrequencyRange values. More... | |
bool | ns3::operator< (const FrequencyRange &lhs, const FrequencyRange &rhs) |
Compare two FrequencyRange values. More... | |
bool | ns3::operator< (const WifiSpectrumModelId &a, const WifiSpectrumModelId &b) |
Less than operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const FrequencyRange &freqRange) |
Serialize FrequencyRange values to ostream (human-readable). More... | |
bool | ns3::operator== (const FrequencyRange &lhs, const FrequencyRange &rhs) |
Compare two FrequencyRange values. More... | |
Variables | |
static std::map< WifiSpectrumModelId, Ptr< SpectrumModel > > | ns3::g_wifiSpectrumModelMap |
static initializer for the class More... | |