A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
propagation-environment.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2011, 2012 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Marco Miozzo <marco.miozzo@cttc.es>
7 * Nicola Baldo <nbaldo@cttc.es>
8 *
9 */
10
11#ifndef PROPAGATION_ENVIRONMENT_H
12#define PROPAGATION_ENVIRONMENT_H
13
14namespace ns3
15{
16
17/**
18 * \ingroup propagation
19 *
20 * The type of propagation environment
21 *
22 */
29
30/**
31 * \ingroup propagation
32 *
33 * The size of the city in which propagation takes place
34 *
35 */
42
43} // namespace ns3
44
45#endif // PROPAGATION_ENVIRONMENT_H
EnvironmentType
The type of propagation environment.
CitySize
The size of the city in which propagation takes place.
Every class exported by the ns3 library is enclosed in the ns3 namespace.