#include "Date.h"
Functions | |
struct tm * | GPSToUTC (struct tm *utc, int gpssec) |
double | JulianDay (const struct tm *utc) |
Returns the Julian Day (JD) corresponding to the date given in a broken down time structure. | |
int | LeapSeconds (int gpssec) |
Returns the leap seconds TAI-UTC at a given GPS second. | |
int | LeapSecondsUTC (const struct tm *utc) |
int | UTCToGPS (const struct tm *utc) |
struct tm* GPSToUTC | ( | struct tm * | utc, | |
int | gpssec | |||
) | [read] |
double JulianDay | ( | const struct tm * | utc | ) |
Returns the Julian Day (JD) corresponding to the date given in a broken down time structure.
[in] | utc | UTC time in a broken down time structure. |
int LeapSeconds | ( | int | gpssec | ) |
Returns the leap seconds TAI-UTC at a given GPS second.
[in] | gpssec | Seconds relative to GPS epoch. |
int LeapSecondsUTC | ( | const struct tm * | utc | ) |
int UTCToGPS | ( | const struct tm * | utc | ) |