#include <string>#include <vector>#include "Rinex3ObsHeader.hpp"#include "Rinex3ObsData.hpp"#include "Rinex3ObsStream.hpp"#include "Rinex3NavHeader.hpp"#include "Rinex3NavData.hpp"#include "Rinex3NavStream.hpp"#include "RinexMetBase.hpp"#include "RinexMetData.hpp"#include "RinexMetHeader.hpp"#include "RinexMetStream.hpp"#include "GGTropModel.hpp"#include "NavLibrary.hpp"#include "MultiFormatNavDataFactory.hpp"#include "PRSolution.hpp"#include "GNSSconstants.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
High level nav store interface.
nav data file reader
Declaration of object for handling RAIM
Object for void-type tropospheric model (in case no meteorological RINEX is available)
Object for GG-type tropospheric model (Goad and Goodman, 1974) Default constructor => default values for model
Pointer to one of the two available tropospheric models. It points to the void model by default
Definition at line 81 of file PRSolution_example_1.cpp.