HOPS
HOPS class reference
|
Macros | |
#define | CALCULATE_DEFAULT_TABLE 0 |
#define | DEFAULT_LEAP_CNT 28 |
#define | IGREG (15+31L*(10+12L*1582)) /* Gregorian calendar adopted */ |
Typedefs | |
typedef struct leaptable | LeapTableEntry |
Functions | |
HTLdbl | Ht_GPS_to_julian (GTime gps) |
HTLdbl | Ht_GPS_to_julian_via_UTC (GTime gps) |
HTLdbl | Ht_GPS_to_modjul (GTime gps) |
UTime | Ht_GPS_to_UTC (GTime gt, HtErr *err) |
int | Ht_julday (int mm, int id, int iyyy) |
GTime | Ht_julday_to_GPS (HTLdbl julian) |
int | Ht_julian_epoch (void) |
GTime | Ht_julian_to_GPS (HTLdbl julian) |
GTime | Ht_julian_to_GPS_via_UTC (HTLdbl julian) |
HTLdbl | Ht_leapsecs_from_year_start_to_gps (int year, GTime gps) |
GTime | Ht_leapsecs_since_J2000 (GTime gt) |
GTime | Ht_modjul_to_GPS (HTLdbl mjd) |
GTime | Ht_UTC_to_GPS (UTime ut, HtErr *err) |
#define CALCULATE_DEFAULT_TABLE 0 |
#define DEFAULT_LEAP_CNT 28 |
#define IGREG (15+31L*(10+12L*1582)) /* Gregorian calendar adopted */ |
typedef struct leaptable LeapTableEntry |
int Ht_julday | ( | int | mm, |
int | id, | ||
int | iyyy | ||
) |
int Ht_julian_epoch | ( | void | ) |