A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
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
14
namespace
ns3
15
{
16
17
/**
18
* \ingroup propagation
19
*
20
* The type of propagation environment
21
*
22
*/
23
enum
EnvironmentType
24
{
25
UrbanEnvironment
,
26
SubUrbanEnvironment
,
27
OpenAreasEnvironment
28
};
29
30
/**
31
* \ingroup propagation
32
*
33
* The size of the city in which propagation takes place
34
*
35
*/
36
enum
CitySize
37
{
38
SmallCity
,
39
MediumCity
,
40
LargeCity
41
};
42
43
}
// namespace ns3
44
45
#endif
// PROPAGATION_ENVIRONMENT_H
ns3::EnvironmentType
EnvironmentType
The type of propagation environment.
Definition
propagation-environment.h:24
ns3::CitySize
CitySize
The size of the city in which propagation takes place.
Definition
propagation-environment.h:37
ns3::SubUrbanEnvironment
@ SubUrbanEnvironment
Definition
propagation-environment.h:26
ns3::OpenAreasEnvironment
@ OpenAreasEnvironment
Definition
propagation-environment.h:27
ns3::UrbanEnvironment
@ UrbanEnvironment
Definition
propagation-environment.h:25
ns3::LargeCity
@ LargeCity
Definition
propagation-environment.h:40
ns3::SmallCity
@ SmallCity
Definition
propagation-environment.h:38
ns3::MediumCity
@ MediumCity
Definition
propagation-environment.h:39
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
propagation
model
propagation-environment.h
Generated on Fri Nov 8 2024 13:59:05 for ns-3 by
1.11.0