| add(long days, long msod, double fsod) | gnsstk::CommonTime | protected |
| addDays(long days) | gnsstk::CommonTime | |
| addMilliseconds(long ms) | gnsstk::CommonTime | |
| addSeconds(double seconds) | gnsstk::CommonTime | |
| addSeconds(long seconds) | gnsstk::CommonTime | |
| arithmeticTest() | CommonTime_T | |
| asString() const | gnsstk::CommonTime | |
| BEGIN_LIMIT_JDAY | gnsstk::CommonTime | static |
| BEGINNING_OF_TIME | gnsstk::CommonTime | static |
| changeTimeSystem(TimeSystem timeSystem, TimeSystemConverter *conv) | gnsstk::CommonTime | |
| changeTimeSystem(TimeSystem timeSystem) | gnsstk::CommonTime | |
| changeTimeSystemTest() | CommonTime_T | |
| CommonTime(TimeSystem timeSystem=TimeSystem::Unknown) | gnsstk::CommonTime | inlineexplicit |
| CommonTime(const CommonTime &right) | gnsstk::CommonTime | |
| CommonTime(long day, long sod, double fsod, TimeSystem timeSystem=TimeSystem::Unknown) | gnsstk::CommonTime | inlineprotected |
| CommonTime_T() | CommonTime_T | |
| END_LIMIT_JDAY | gnsstk::CommonTime | static |
| END_OF_TIME | gnsstk::CommonTime | static |
| eps | CommonTime_T | private |
| get(long &day, long &sod, double &fsod, TimeSystem &timeSystem) const | gnsstk::CommonTime | |
| get(long &day, long &sod, double &fsod) const | gnsstk::CommonTime | |
| get(long &day, double &sod, TimeSystem &timeSystem) const | gnsstk::CommonTime | |
| get(long &day, double &sod) const | gnsstk::CommonTime | |
| get(double &day, TimeSystem &timeSystem) const | gnsstk::CommonTime | |
| get(double &day) const | gnsstk::CommonTime | |
| getDays() const | gnsstk::CommonTime | |
| getInternal(long &day, long &msod, double &fsod, TimeSystem &timeSystem) const | gnsstk::CommonTime | inline |
| getInternal(long &day, long &msod, double &fsod) const | gnsstk::CommonTime | inline |
| getSecondOfDay() const | gnsstk::CommonTime | |
| getTimeSystem() const | gnsstk::CommonTime | |
| improperSetTest() | CommonTime_T | |
| initializationTest() | CommonTime_T | |
| m_day | gnsstk::CommonTime | protected |
| m_fsod | gnsstk::CommonTime | protected |
| m_msod | gnsstk::CommonTime | protected |
| m_timeSystem | gnsstk::CommonTime | protected |
| normalize() | gnsstk::CommonTime | protected |
| operator!=(const CommonTime &right) const | gnsstk::CommonTime | |
| operator+(double seconds) const | gnsstk::CommonTime | |
| operator+=(double seconds) | gnsstk::CommonTime | |
| operator-(const CommonTime &right) const | gnsstk::CommonTime | |
| operator-(double seconds) const | gnsstk::CommonTime | |
| operator-=(double seconds) | gnsstk::CommonTime | |
| operator<(const CommonTime &right) const | gnsstk::CommonTime | |
| operator<=(const CommonTime &right) const | gnsstk::CommonTime | |
| operator=(const CommonTime &right) | gnsstk::CommonTime | |
| operator==(const CommonTime &right) const | gnsstk::CommonTime | |
| operator>(const CommonTime &right) const | gnsstk::CommonTime | |
| operator>=(const CommonTime &right) const | gnsstk::CommonTime | |
| operatorTest() | CommonTime_T | |
| printfTest() | CommonTime_T | |
| reset() | gnsstk::CommonTime | inline |
| resetTest() | CommonTime_T | |
| rolloverTest() | CommonTime_T | |
| set(long day, long sod, double fsod=0.0, TimeSystem timeSystem=TimeSystem::Unknown) | gnsstk::CommonTime | |
| set(long day, double sod=0.0, TimeSystem timeSystem=TimeSystem::Unknown) | gnsstk::CommonTime | |
| set(double day, TimeSystem timeSys=TimeSystem::Unknown) | gnsstk::CommonTime | |
| setComparisonTest() | CommonTime_T | |
| setInternal(long day=0, long msod=0, double fsod=0.0, TimeSystem timeSys=TimeSystem::Unknown) | gnsstk::CommonTime | |
| setTimeSystem(TimeSystem timeSystem) | gnsstk::CommonTime | inline |
| timeSystemTest() | CommonTime_T | |
| tsConv | gnsstk::CommonTime | static |
| ~CommonTime() | gnsstk::CommonTime | inlinevirtual |