The objective of this class is to create an index able to represent any type of observation, correction, model parameter or other data value of interest for GNSS data processing. This class is extensible in run-time, so the programmer may add indexes on-demand.
Definition in file TypeID.hpp.
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <map>
#include "RinexObsHeader.hpp"
Include dependency graph for TypeID.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
| namespace | gpstk::StringUtils |
Classes | |
| class | RegTypeID |
| This class register TypeIDs by a name string, then you can access it globally. More... | |
| class | TypeID |
| This class creates an index able to represent any type of observation, correction, model parameter or other data value of interest for GNSS data processing. More... | |
| class | TypeID::Initializer |
1.3.9.1