Encapsulate IONEX file data, including I/O
Definition in file IonexData.hpp.
#include <map>#include "FFStream.hpp"#include "Position.hpp"#include "Vector.hpp"#include "WGS84Ellipsoid.hpp"#include "IonexStream.hpp"#include "gnsstk_export.h"

Go to the source code of this file.
Classes | |
| class | gnsstk::IonexData |
| struct | gnsstk::IonexData::IonexValType |
| A structure used to store IONEX Value Types. More... | |
Namespaces | |
| gnsstk | |
| For Sinex::InputHistory. | |
Functions | |
| bool | gnsstk::operator!= (const IonexData::IonexValType &x, const IonexData::IonexValType &y) |
| operator != for IonexData::IonexValType More... | |
| bool | gnsstk::operator< (const IonexData::IonexValType &x, const IonexData::IonexValType &y) |
| operator < for IonexData::IonexValType More... | |
| std::ostream & | gnsstk::operator<< (std::ostream &s, const IonexData::IonexValType ivt) |
| operator << for IonexData::IonexValType More... | |
| bool | gnsstk::operator== (const IonexData::IonexValType &x, const IonexData::IonexValType &y) |
| operator == for IonexData::IonexValType More... | |