#include "tv-spectrum-transmitter.h"
#include <ns3/antenna-model.h>
#include <ns3/double.h>
#include <ns3/enum.h>
#include <ns3/integer.h>
#include <ns3/isotropic-antenna-model.h>
#include <ns3/log.h>
#include <ns3/pointer.h>
#include <ns3/simulator.h>
#include <ns3/string.h>
#include <ns3/uinteger.h>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | ns3::TvSpectrumModelId |
Used as key for map containing created spectrum models. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
bool | ns3::operator< (const TvSpectrumModelId &a, const TvSpectrumModelId &b) |
Minus-than operator. | |
Variables | |
static std::map< TvSpectrumModelId, Ptr< SpectrumModel > > | ns3::g_tvSpectrumModelMap |
Stores created spectrum models. | |