#include <map>
#include <cmath>
#include "wifi-spectrum-value-helper.h"
#include "ns3/log.h"
#include "ns3/fatal-error.h"
#include "ns3/assert.h"
Go to the source code of this file.
Classes | |
class | ns3::WifiSpectrumModel5MhzInitializer |
Static class to initialize the values for the 2.4 GHz Wi-Fi spectrum model. More... | |
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 WifiSpectrumModelId &a, const WifiSpectrumModelId &b) |
Less than operator. More... | |
Variables | |
static Ptr< SpectrumModel > | ns3::g_WifiSpectrumModel5Mhz |
static initializer for the class More... | |
static class ns3::WifiSpectrumModel5MhzInitializer | ns3::g_WifiSpectrumModel5MhzInitializerInstance |
initialization instance for WifiSpectrumModel5Mhz More... | |
static std::map< WifiSpectrumModelId, Ptr< SpectrumModel > > | ns3::g_wifiSpectrumModelMap |
static initializer for the class More... | |