Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::StringUtils | |
Typedefs | |
typedef EnumIterator< TimeSystem, TimeSystem::Unknown, TimeSystem::Last > | gnsstk::TimeSystemIterator |
Enumerations | |
enum | gnsstk::TimeSystem { gnsstk::TimeSystem::Unknown = 0, gnsstk::TimeSystem::Any, gnsstk::TimeSystem::GPS, gnsstk::TimeSystem::GLO, gnsstk::TimeSystem::GAL, gnsstk::TimeSystem::QZS, gnsstk::TimeSystem::BDT, gnsstk::TimeSystem::IRN, gnsstk::TimeSystem::UTC, gnsstk::TimeSystem::TAI, gnsstk::TimeSystem::TT, gnsstk::TimeSystem::TDB, gnsstk::TimeSystem::Last } |
Definition of various time systems. More... | |
Functions | |
std::string | gnsstk::StringUtils::asString (TimeSystem ts) |
Convert a TimeSystem enum to its string representation. More... | |
TimeSystem | gnsstk::StringUtils::asTimeSystem (const std::string &s) |
Convert a string representation of TimeSystem to an enum. More... | |
double | gnsstk::getLeapSeconds (const int year, const int month, const double day) |
double | gnsstk::getTimeSystemCorrection (const TimeSystem inTS, const TimeSystem outTS, const int year, const int month, const double day) |
std::ostream & | gnsstk::operator<< (std::ostream &os, const TimeSystem ts) |