A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
wifi-spectrum-value-helper.cc File Reference
#include "wifi-spectrum-value-helper.h"
#include "wifi-utils.h"
#include "ns3/assert.h"
#include "ns3/fatal-error.h"
#include "ns3/log.h"
#include <algorithm>
#include <cmath>
#include <iterator>
#include <map>
#include <numeric>
#include <optional>
#include <sstream>
+ Include dependency graph for wifi-spectrum-value-helper.cc:

Go to the source code of this file.

Classes

struct  ns3::WifiSpectrumModelId
 Wifi Spectrum Model structure. More...
 

Namespaces

namespace  anonymous_namespace{wifi-spectrum-value-helper.cc}
 
namespace  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.
 
bool ns3::operator< (const FrequencyRange &lhs, const FrequencyRange &rhs)
 Compare two FrequencyRange values.
 
bool ns3::operator< (const WifiSpectrumModelId &lhs, const WifiSpectrumModelId &rhs)
 Less than operator.
 
std::ostream & ns3::operator<< (std::ostream &os, const FrequencyRange &freqRange)
 Serialize FrequencyRange values to ostream (human-readable).
 
bool ns3::operator== (const FrequencyRange &lhs, const FrequencyRange &rhs)
 Compare two FrequencyRange values.
 

Variables

static std::map< WifiSpectrumModelId, Ptr< SpectrumModel > > ns3::g_wifiSpectrumModelMap
 static initializer for the class
 
auto anonymous_namespace{wifi-spectrum-value-helper.cc}::printFrequencies
 Lambda to print a vector of frequencies.