#include <ns3/simple-ref-count.h>
#include <cstddef>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ns3::BandInfo |
The building block of a SpectrumModel. More... | |
class | ns3::SpectrumModel |
Set of frequency values implementing the domain of the functions in the Function Space defined by SpectrumValue. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::vector< BandInfo > | ns3::Bands |
Container of BandInfo. More... | |
typedef uint32_t | ns3::SpectrumModelUid_t |
Uid for SpectrumModels. More... | |