implements an example of using Rinex3ObsStream for input and doing some rudimentary processing on the data (in this case, computing and printing biased multipath).
Definition in file Rinex3ObsStream_example_2.cpp.
#include "Rinex3ObsBase.hpp"#include "Rinex3ObsData.hpp"#include "Rinex3ObsHeader.hpp"#include "Rinex3ObsStream.hpp"#include "CivilTime.hpp"#include "GNSSconstants.hpp"#include <iostream>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 58 of file Rinex3ObsStream_example_2.cpp.