#include "scitime.h"
Include dependency graph for sct_timescales.c:
Go to the source code of this file.
Data Structures | |
struct | _TAItoUTC_data |
Typedefs | |
typedef _TAItoUTC_data | TAItoUTC_data |
Functions | |
static double | _sct_get_leapseconds_from_epoch (sct_time_ptr pElem) |
SCT_TIMESCALE | sct_get_timescale (sct_time_ptr pElem) |
SCT_RET | sct_set_timescale (sct_time_ptr pElem, SCT_TIMESCALE timescale) |
SCT_RET | sct_from_TAI_to_UTC (sct_time_ptr pElem) |
SCT_RET | sct_from_TAI_to_GPS (sct_time_ptr pElem) |
SCT_RET | sct_from_TAI_to_UT (sct_time_ptr pElem) |
SCT_RET | sct_from_UTC_to_TAI (sct_time_ptr pElem) |
SCT_RET | sct_from_UTC_to_GPS (sct_time_ptr pElem) |
SCT_RET | sct_from_UTC_to_UT (sct_time_ptr pElem) |
SCT_RET | sct_from_GPS_to_TAI (sct_time_ptr pElem) |
SCT_RET | sct_from_GPS_to_UTC (sct_time_ptr pElem) |
SCT_RET | sct_from_GPS_to_UT (sct_time_ptr pElem) |
SCT_RET | sct_from_UT_to_TAI (sct_time_ptr pElem) |
SCT_RET | sct_from_UT_to_GPS (sct_time_ptr pElem) |
SCT_RET | sct_from_UT_to_UTC (sct_time_ptr pElem) |
Variables | |
static const TAItoUTC_data | _tai_to_utc [] |
typedef struct _TAItoUTC_data TAItoUTC_data |
static double _sct_get_leapseconds_from_epoch | ( | sct_time_ptr | pElem | ) | [static] |
Definition at line 371 of file sct_timescales.c.
References _tai_to_utc, _TAItoUTC_data::leapSeconds, sct_get_jd(), and sct_get_mjd().
Referenced by sct_from_GPS_to_UTC(), sct_from_TAI_to_UTC(), sct_from_UTC_to_GPS(), and sct_from_UTC_to_TAI().
Here is the call graph for this function:
const TAItoUTC_data _tai_to_utc[] [static] |