A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
spectrum-model-ism2400MHz-res1MHz.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_ISM2400MHZ_RES1MHZ_H
10#define FREQS_ISM2400MHZ_RES1MHZ_H
11
12#include "spectrum-value.h"
13
14namespace ns3
15{
16
17extern Ptr<SpectrumModel> SpectrumModelIsm2400MhzRes1Mhz;
18
19}
20
21#endif /* FREQS_ISM2400MHZ_RES1MHZ_H */
Ptr< SpectrumModel > SpectrumModelIsm2400MhzRes1Mhz
Spectrum model logger for frequencies in the 2.4 GHz ISM band with 1 MHz resolution.
Every class exported by the ns3 library is enclosed in the ns3 namespace.