Define constants related to time, both in general and for the different GNSS.
Definition in file TimeConstants.hpp.
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Variables | |
const double | gnsstk::BDS_EPOCH_JD = 2453736.5 |
'Julian day' of BDS epoch (Jan. 1, 2006). More... | |
const long | gnsstk::BDS_EPOCH_MJD = 53736L |
Modified Julian Date of BDS epoch (Jan. 1, 2006). More... | |
const long | gnsstk::BDS_WEEK_PER_EPOCH = 8192L |
Weeks per BDS Epoch. More... | |
const double | gnsstk::DAY_PER_MS = 1.0/MS_PER_DAY |
Days per milliseconds. More... | |
const double | gnsstk::DAY_PER_SEC = 1.0/SEC_PER_DAY |
Days per second. More... | |
const double | gnsstk::DAY_PER_ZCOUNT = 1.0/ZCOUNT_PER_DAY |
Days in a Zcount. More... | |
const long | gnsstk::FULLWEEK = 604800L |
Seconds per whole week. More... | |
const double | gnsstk::GAL_EPOCH_JD = 2451412.5 |
'Julian day' of GAL epoch (Aug 22 1999) More... | |
const long | gnsstk::GAL_EPOCH_MJD = 51412L |
Modified Julian Date of GAL epoch (Aug 22 1999) More... | |
const long | gnsstk::GAL_WEEK_PER_EPOCH = 4096L |
Weeks per GAL Epoch. More... | |
const double | gnsstk::GLO_EPOCH_JD = 2450082.5 |
'Julian day' of GLONASS epoch (Jan. 1, 1996). More... | |
const long | gnsstk::GLO_EPOCH_MJD = 50083 |
Modified Julian Date of GLONASS epoch (Jan. 1, 1996). More... | |
const double | gnsstk::GPS_EPOCH_JD = 2444244.5 |
'Julian day' of GPS epoch (Jan. 6, 1980). More... | |
const long | gnsstk::GPS_EPOCH_MJD = 44244L |
Modified Julian Date of GPS epoch (Jan. 6, 1980). More... | |
const long | gnsstk::GPS_WEEK_PER_EPOCH = 1024L |
Weeks per GPS Epoch. More... | |
const long | gnsstk::HALFWEEK = 302400L |
Seconds per half week. More... | |
const double | gnsstk::IRN_EPOCH_JD = 2451412.5 |
'Julian day' of IRN epoch (Aug 22, 1999). More... | |
const long | gnsstk::IRN_EPOCH_MJD = 51412L |
Modified Julian Date of BDS epoch (Aug 22, 1999). More... | |
const long | gnsstk::IRN_WEEK_PER_EPOCH = 1024L |
Weeks per BDS Epoch. More... | |
const long | gnsstk::MJD_JDAY = 2400001L |
'Julian day' offset from MJD More... | |
const double | gnsstk::MJD_TO_JD = 2400000.5 |
Add this offset to convert Modified Julian Date to Julian Date. More... | |
const long | gnsstk::MS_PER_DAY = MS_PER_SEC * SEC_PER_DAY |
Milliseconds in a day. More... | |
const long | gnsstk::MS_PER_SEC = 1000L |
Milliseconds in a second. More... | |
const double | gnsstk::QZS_EPOCH_JD = 2444244.5 |
'Julian day' of QZS epoch (Jan. 1, 1980). More... | |
const long | gnsstk::QZS_EPOCH_MJD = 44244L |
Modified Julian Date of QZS epoch (Jan. 1, 1980). More... | |
const long | gnsstk::QZS_WEEK_PER_EPOCH = 65535L |
Weeks per QZS Epoch. More... | |
const long | gnsstk::SEC_PER_DAY = 86400L |
Seconds per day. More... | |
const double | gnsstk::SEC_PER_MS = 1.0/MS_PER_SEC |
Seconds per millisecond. More... | |
const long | gnsstk::UNIX_MJD = 40587L |
Modified Julian Date of UNIX epoch (Jan. 1, 1970). More... | |
const double | gnsstk::WEEK_PER_ZCOUNT = 1.0/ZCOUNT_PER_WEEK |
Weeks in a Zcount. More... | |
const long | gnsstk::ZCOUNT_PER_DAY = 57600L |
Zcounts in a day. More... | |
const long | gnsstk::ZCOUNT_PER_HOUR = 2400 |
Z-counts per hour. More... | |
const long | gnsstk::ZCOUNT_PER_MINUTE = 40 |
Z-counts per minute. More... | |
const long | gnsstk::ZCOUNT_PER_WEEK = 403200L |
Zcounts in a week. More... | |