![]() |
ITS.ITU.PSeries.P2108 1.1
Part of the NTIA/ITS Propagation Library
|
Implements functions for running the Height Gain Terminal Correction Model. More...
Functions | |
| ReturnCode | CallHeightGainTerminalCorrectionModel (HGTCMParams &hgtcm_params, std::vector< double > &A_h__db) |
| Top-level control function for Height Gain Terminal Correction Model. | |
| DrvrReturnCode | ParseHGTCMInputStream (std::istream &stream, HGTCMParams &hgtcm_params) |
| Parse input stream (file or string stream) to HGTCM parameter struct. | |
| DrvrReturnCode | ParseHGTCMInputFile (const std::string &in_file, HGTCMParams &hgtcm_params) |
| Parse Height Gain Terminal Correction Model input parameter file. | |
| void | WriteHGTCMInputs (std::ofstream &fp, const HGTCMParams ¶ms) |
| Write Height Gain Terminal Correction Model inputs to the report file. | |
Implements functions for running the Height Gain Terminal Correction Model.
| ReturnCode CallHeightGainTerminalCorrectionModel | ( | HGTCMParams & | hgtcm_params, |
| std::vector< double > & | A_h__db ) |
Top-level control function for Height Gain Terminal Correction Model.
| [in] | hgtcm_params | Height Gain Terminal Correction Model input struct |
| [out] | A_h__db | Additional loss (clutter loss), in dB |
| DrvrReturnCode ParseHGTCMInputFile | ( | const std::string & | in_file, |
| HGTCMParams & | hgtcm_params ) |
Parse Height Gain Terminal Correction Model input parameter file.
| [in] | in_file | Path to HGTCM input parameter file |
| [out] | hgtcm_params | HGTCM input parameter struct |
| DrvrReturnCode ParseHGTCMInputStream | ( | std::istream & | stream, |
| HGTCMParams & | hgtcm_params ) |
Parse input stream (file or string stream) to HGTCM parameter struct.
| [in] | stream | Input stream containing HGTCM parameters |
| [out] | hgtcm_params | HGTCM input parameter struct |
| void WriteHGTCMInputs | ( | std::ofstream & | fp, |
| const HGTCMParams & | params ) |
Write Height Gain Terminal Correction Model inputs to the report file.
| [in] | fp | Output stream, a text file open for writing |
| [in] | params | HGTCM input parameter struct |