Functions | |
| CommonTime & | gpstk::CommonTime::set (long day, long sod, double fsod=0.0, TimeSystem timeSystem=TimeSystem::Unknown) throw ( InvalidParameter ) |
| Set method that accepts values for day, seconds of day and fractional seconds of day. | |
| CommonTime & | gpstk::CommonTime::set (long day, double sod=0.0, TimeSystem timeSystem=TimeSystem::Unknown) throw ( InvalidParameter ) |
| Set method that accepts values for day and seconds of day. | |
| CommonTime & | gpstk::CommonTime::set (double day, TimeSystem timeSys=TimeSystem::Unknown) throw ( InvalidParameter ) |
| Set method that accepts a value for day. | |
| CommonTime & | gpstk::CommonTime::setInternal (long day=0, long msod=0, double fsod=0.0, TimeSystem timeSys=TimeSystem::Unknown) throw ( InvalidParameter ) |
| Set internal values method. | |
| void | gpstk::CommonTime::setTimeSystem (const TimeSystem &timeSystem) throw () |
| Set method for internal variable m_timeSystem. | |
| void | gpstk::CommonTime::get (long &day, long &sod, double &fsod, TimeSystem &timeSystem) const throw () |
| Get method. | |
| void | gpstk::CommonTime::get (long &day, long &sod, double &fsod) const throw () |
| Get method. | |
| void | gpstk::CommonTime::get (long &day, double &sod, TimeSystem &timeSystem) const throw () |
| Get method through which one may obtain values for day and second of day which includes the fractional second of day, plus the time frame. | |
| void | gpstk::CommonTime::get (long &day, double &sod) const throw () |
| Get method through which one may obtain values for day and second of day which includes the fractional second of day. | |
| void | gpstk::CommonTime::get (double &day, TimeSystem &timeSystem) const throw () |
| Get method through which one may obtain a value for day which includes the fraction of a day, plus the time frame. | |
| void | gpstk::CommonTime::get (double &day) const throw () |
| Get method through which one may obtain a value for day which includes the fraction of a day. | |
| void | gpstk::CommonTime::getInternal (long &day, long &msod, double &fsod, TimeSystem &timeSystem) const throw () |
| Get internal values method. | |
| void | gpstk::CommonTime::getInternal (long &day, long &msod, double &fsod) const throw () |
| Get internal values method. | |
| double | gpstk::CommonTime::getDays () const throw () |
| Obtain the time, in days, including the fraction of a day. | |
| double | gpstk::CommonTime::getSecondOfDay () const throw () |
| Obtain the seconds of day (ignoring the day). | |
| TimeSystem | gpstk::CommonTime::getTimeSystem () const throw () |
| Obtain time system info (enum). | |
|
|
Get method through which one may obtain a value for day which includes the fraction of a day.
Definition at line 237 of file CommonTime.cpp. |
|
||||||||||||
|
Get method through which one may obtain a value for day which includes the fraction of a day, plus the time frame.
Definition at line 226 of file CommonTime.cpp. References gpstk::MS_PER_DAY. |
|
||||||||||||
|
Get method through which one may obtain values for day and second of day which includes the fractional second of day.
Definition at line 218 of file CommonTime.cpp. |
|
||||||||||||||||
|
Get method through which one may obtain values for day and second of day which includes the fractional second of day, plus the time frame.
Definition at line 208 of file CommonTime.cpp. References gpstk::MS_PER_SEC. |
|
||||||||||||||||
|
Get method. Obtain values in days, second of day and fractional second of day. Definition at line 199 of file CommonTime.cpp. |
|
||||||||||||||||||||
|
Get method. Obtain values in days, second of day and fractional second of day, plus the time frame. Definition at line 186 of file CommonTime.cpp. References gpstk::SEC_PER_MS. Referenced by YDSTime::convertFromCommonTime(), UnixTime::convertFromCommonTime(), MJD::convertFromCommonTime(), JulianDate::convertFromCommonTime(), GPSWeekZcount::convertFromCommonTime(), GPSWeekSecond::convertFromCommonTime(), CivilTime::convertFromCommonTime(), ANSITime::convertFromCommonTime(), CommonTime::getDays(), and CommonTime::getSecondOfDay(). |
|
|
Obtain the time, in days, including the fraction of a day.
Definition at line 244 of file CommonTime.cpp. References CommonTime::get(). |
|
||||||||||||||||
|
Get internal values method. Obtain the values stored within this object. Definition at line 251 of file CommonTime.hpp. |
|
||||||||||||||||||||
|
Get internal values method. Obtain the values stored within this object. Definition at line 240 of file CommonTime.hpp. |
|
|
Obtain the seconds of day (ignoring the day).
Definition at line 252 of file CommonTime.cpp. References CommonTime::get(). |
|
|
Obtain time system info (enum).
Definition at line 261 of file CommonTime.cpp. |
|
||||||||||||
|
Set method that accepts a value for day. It also checks the validity of the argument and throws an exception if its value is out of bounds. Definition at line 140 of file CommonTime.cpp. |
|
||||||||||||||||
|
Set method that accepts values for day and seconds of day. It also checks the validity of the arguments and throws an exception if any values are out of bounds. Definition at line 128 of file CommonTime.cpp. |
|
||||||||||||||||||||
|
Set method that accepts values for day, seconds of day and fractional seconds of day. It also checks the validity of the arguments and throws an exception if any values are out of bounds. Definition at line 84 of file CommonTime.cpp. References GPSTK_THROW, and gpstk::MS_PER_SEC. Referenced by YDSTime::convertToCommonTime(), UnixTime::convertToCommonTime(), MJD::convertToCommonTime(), JulianDate::convertToCommonTime(), GPSWeekZcount::convertToCommonTime(), GPSWeekSecond::convertToCommonTime(), CivilTime::convertToCommonTime(), and ANSITime::convertToCommonTime(). |
|
||||||||||||||||||||
|
Set internal values method. Set the data members of this object directly. Checks the validity of the given time representation and throws an exception if any values are out of bounds. Definition at line 150 of file CommonTime.cpp. References GPSTK_THROW. |
|
|
Set method for internal variable m_timeSystem.
Definition at line 180 of file CommonTime.hpp. Referenced by OrbElemRinex::adjustBeginningValidity(), OrbElemLNav::adjustBeginningValidity(), OrbElemICE::adjustBeginningValidity(), gpstk::correctTimeSystem(), Rinex3EphemerisStore::getFinalTime(), Rinex3EphemerisStore::getInitialTime(), OrbElem::OrbElem(), OrbElemCNAV::OrbElemCNAV(), OrbElemICE::OrbElemICE(), and PackedNavBits::PackedNavBits(). |
1.3.9.1