45 static const std::string
61 static const std::string
p;
75 static const std::string
p;
Interface header for this library.
ClutterType
Clutter type enum, based on Table 3 in Section 3.1.
Definition P2108.h:29
P2108Model
Valid values of "model" command line option.
Definition Structs.h:13
@ NOT_SET
Invalid model selection.
@ HGTCM
Height Gain Terminal Correction Model.
@ ASM
Aeronautical Statistical Model.
@ TSM
Terrestrial Statistical Model.
Input parameters for the Aeronautical Statistical Model.
Definition Structs.h:65
double f__ghz
Frequency, in GHz.
Definition Structs.h:66
double theta__deg
Elevation angle, in degrees.
Definition Structs.h:67
double p
Percentage of locations.
Definition Structs.h:68
Parameters provided to the command line driver.
Definition Structs.h:24
P2108Model model
Model selection.
Definition Structs.h:27
std::string in_file
Input file.
Definition Structs.h:25
std::string out_file
Output file.
Definition Structs.h:26
Input parameters for the Height Gain Terminal Correction Model.
Definition Structs.h:31
double w_s__meter
Street width, in meters.
Definition Structs.h:34
double f__ghz
Frequency, in GHz.
Definition Structs.h:32
double R__meter
Representative clutter height, in meters.
Definition Structs.h:35
ITS::ITU::PSeries::P2108::ClutterType clutter_type
Clutter type (enum value)
Definition Structs.h:37
double h__meter
Antenna height, in meters.
Definition Structs.h:33
Input parameters for the Terrestrial Statistical Model.
Definition Structs.h:51
double f__ghz
Frequency, in GHz.
Definition Structs.h:52
double d__km
Path distance, in km.
Definition Structs.h:53
double p
Percentage of locations.
Definition Structs.h:54