

Go to the source code of this file.
Namespaces | |
| gnsstk | |
| For Sinex::InputHistory. | |
| gnsstk::StringUtils | |
Typedefs | |
| typedef EnumIterator< GalDataValid, GalDataValid::Unknown, GalDataValid::Last > | gnsstk::GalDataValidIterator |
Enumerations | |
| enum | gnsstk::GalDataValid { gnsstk::GalDataValid::Unknown = -1, gnsstk::GalDataValid::Valid = 0, gnsstk::GalDataValid::NoGuarantee = 1, gnsstk::GalDataValid::Last } |
| Identify Galileo Data Validity Status (DVS) states. More... | |
Functions | |
| GalDataValid | gnsstk::StringUtils::asGalDataValid (const std::string &s) noexcept |
| Convert a string name to an GalDataValid. More... | |
| std::string | gnsstk::StringUtils::asString (GalDataValid e) noexcept |
| Convert a GalDataValid to a whitespace-free string name. More... | |