is an example program to demonstrate some of the functionality of the RinexObsID class. The intent is to use RinexObsID as a key in a STL map of GPS data. RinexObsID supports identifying the data in a manner that is similiar but can extend the Rinex 3 specification.
Definition in file RinexObsID_custom_example.cpp.
#include <iostream>#include <string>#include <map>#include <set>#include "ObsID.hpp"#include "RinexObsID.hpp"#include "Exception.hpp"#include "Rinex3ObsHeader.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 57 of file RinexObsID_custom_example.cpp.