Definition in file ProcessingClass.hpp.
#include "StringUtils.hpp"
#include "DataStructures.hpp"
Include dependency graph for ProcessingClass.hpp:

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

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Classes | |
| class | ProcessingException |
| Thrown when there is a problem processing GDS data. More... | |
| class | ProcessingClass |
| This is an abstract base class for objects processing GNSS Data Structures (GDS). More... | |
Functions | |
| gnssSatTypeValue & | operator>> (gnssSatTypeValue &gData, ProcessingClass &procClass) |
| Input operator from gnssSatTypeValue to ProcessingClass. | |
| gnssRinex & | operator>> (gnssRinex &gData, ProcessingClass &procClass) |
| Input operator from gnssRinex to ProcessingClass. | |
1.3.9.1