implements an extremely basic example of using Rinex3ObsStream for input and output where the input data is copied to the output with unnecessary processing.
Definition in file Rinex3ObsStream_example_1.cpp.
#include <iostream>#include <iomanip>#include "Rinex3ObsBase.hpp"#include "Rinex3ObsHeader.hpp"#include "Rinex3ObsData.hpp"#include "Rinex3ObsStream.hpp"
Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | ) |
Definition at line 54 of file Rinex3ObsStream_example_1.cpp.