A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
spectrum-model-300kHz-300GHz-log.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2009 CTTC
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Nicola Baldo <nbaldo@cttc.es>
7 */
8
9#ifndef FREQS_300KHZ_300GHZ_LOG_H
10#define FREQS_300KHZ_300GHZ_LOG_H
11
12#include "spectrum-value.h"
13
14namespace ns3
15{
16
17extern Ptr<SpectrumModel> SpectrumModel300Khz300GhzLog;
18
19}
20
21#endif /* FREQS_300KHZ_300GHZ_LOG_H */
Ptr< SpectrumModel > SpectrumModel300Khz300GhzLog
Spectrum model logger for frequencies between 300 Khz 300 Ghz.
Every class exported by the ns3 library is enclosed in the ns3 namespace.