#include <map>
#include <cmath>
#include <ns3/log.h>
#include <ns3/fatal-error.h>
#include "lte-spectrum-value-helper.h"
Go to the source code of this file.
Classes | |
struct | ns3::EutraChannelNumbers |
struct | ns3::LteSpectrumModelId |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |
Macros | |
#define | NUM_EUTRA_BANDS (sizeof (g_eutraChannelNumbers) / sizeof (EutraChannelNumbers)) |
Functions | |
NS_LOG_COMPONENT_DEFINE ("LteSpectrumValueHelper") | |
bool | ns3::operator< (const LteSpectrumModelId &a, const LteSpectrumModelId &b) |
ostream & | std::operator<< (ostream &os, const vector< int > &v) |
Variables | |
struct ns3::EutraChannelNumbers | ns3::g_eutraChannelNumbers [] |
static std::map < LteSpectrumModelId, Ptr < SpectrumModel > > | ns3::g_lteSpectrumModelMap |
#define NUM_EUTRA_BANDS (sizeof (g_eutraChannelNumbers) / sizeof (EutraChannelNumbers)) |
Definition at line 98 of file lte-spectrum-value-helper.cc.
Referenced by ns3::LteSpectrumValueHelper::GetDownlinkCarrierFrequency(), and ns3::LteSpectrumValueHelper::GetUplinkCarrierFrequency().
NS_LOG_COMPONENT_DEFINE | ( | "LteSpectrumValueHelper" | ) |