ITS.Propagation.LFMF 1.1
Part of the NTIA/ITS Propagation Library
|
Implements top-level functions for running the LF/MF Propagation Model. More...
Functions | |
ReturnCode | CallLFMFModel (LFMFParams &lfmf_params, Result &result) |
Top-level control function for LFMF Model. | |
DrvrReturnCode | ParseLFMFInputStream (std::istream &stream, LFMFParams &lfmf_params) |
Parse input stream (file or string stream) to LFMF parameter struct. | |
DrvrReturnCode | ParseLFMFInputFile (const std::string &in_file, LFMFParams &lfmf_params) |
Parse LFMF Model input parameter file. | |
void | WriteLFMFInputs (std::ofstream &fp, const LFMFParams ¶ms) |
Write LFMF Model inputs to the report file. | |
void | WriteLFMFOutputs (std::ofstream &fp, const Result &result) |
Write LFMF Model outputs to the report file. | |
Implements top-level functions for running the LF/MF Propagation Model.
ReturnCode CallLFMFModel | ( | LFMFParams & | lfmf_params, |
Result & | result ) |
Top-level control function for LFMF Model.
[in] | lfmf_params | LFMF Model input parameter struct |
[out] | result | LFMF Results in Result struct |
DrvrReturnCode ParseLFMFInputFile | ( | const std::string & | in_file, |
LFMFParams & | lfmf_params ) |
Parse LFMF Model input parameter file.
[in] | in_file | Path to LFMF input parameter file |
[out] | lfmf_params | LFMF input parameter struct |
DrvrReturnCode ParseLFMFInputStream | ( | std::istream & | stream, |
LFMFParams & | lfmf_params ) |
Parse input stream (file or string stream) to LFMF parameter struct.
[in] | stream | Input stream containing LFMF parameters |
[out] | lfmf_params | LFMF input parameter struct |
void WriteLFMFInputs | ( | std::ofstream & | fp, |
const LFMFParams & | params ) |
Write LFMF Model inputs to the report file.
[in] | fp | Output stream, a text file open for writing |
[in] | params | LFMF input parameter struct |
void WriteLFMFOutputs | ( | std::ofstream & | fp, |
const Result & | result ) |
Write LFMF Model outputs to the report file.
[in] | fp | Output stream, a text file open for writing |
[in] | result | LFMF output result struct |