#include "scitime.h"
Include dependency graph for sct_timescales.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
SCT_TIMESCALE | sct_get_timescale (const 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) |