#include <GNSS_OptionFile.h>
Definition at line 49 of file GNSS_OptionFile.h.
Public Member Functions | |
GNSS_OptionFile () | |
The default constructor (no data allocated yet). | |
virtual | ~GNSS_OptionFile () |
The destructor. | |
bool | ReadAndInterpretOptions (std::string OptionFilePath) |
Read and interpret the option file. | |
Data Fields | |
stKalmanOptions | m_KalmanOptions |
The Kalman filtering options. | |
std::string | m_OptionFilePath |
The path to the option file. | |
std::string | m_OutputFilePath |
The path to the output file. | |
std::string | m_ProcessingMethod |
A string is used to indicate the processing method. | |
bool | m_processDGPSOnly |
The path to the navigation datafile (ephemeris), if applicable. | |
stStationInformation | m_Reference |
The reference station information. | |
stStationInformation | m_Rover |
The rover station information. | |
stGPSTime | m_StartTime |
The start time for processing. | |
stGPSTime | m_EndTime |
The end time for processing. | |
GNSS_structKlobuchar | m_klobuchar |
The klobuchar ionospheric parameters. | |
double | m_elevationMask |
The elevation mask [degrees]. | |
double | m_cnoMask |
The C/N0 mask [dB-Hz]. | |
double | m_locktimeMask |
The locktime mask [s]. |
GNSS::GNSS_OptionFile::GNSS_OptionFile | ( | ) |
GNSS::GNSS_OptionFile::~GNSS_OptionFile | ( | ) | [virtual] |
bool GNSS::GNSS_OptionFile::ReadAndInterpretOptions | ( | std::string | OptionFilePath | ) |
Read and interpret the option file.
Definition at line 63 of file GNSS_OptionFile.cpp.
stKalmanOptions GNSS::GNSS_OptionFile::m_KalmanOptions |
std::string GNSS::GNSS_OptionFile::m_OptionFilePath |
std::string GNSS::GNSS_OptionFile::m_OutputFilePath |
std::string GNSS::GNSS_OptionFile::m_ProcessingMethod |
A string is used to indicate the processing method.
Definition at line 170 of file GNSS_OptionFile.h.
The path to the navigation datafile (ephemeris), if applicable.
A boolean to indicate if only single difference measurements between the reference and rover station will be used.
Definition at line 176 of file GNSS_OptionFile.h.
stStationInformation GNSS::GNSS_OptionFile::m_Reference |
stStationInformation GNSS::GNSS_OptionFile::m_Rover |
stGPSTime GNSS::GNSS_OptionFile::m_StartTime |
stGPSTime GNSS::GNSS_OptionFile::m_EndTime |