This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
#define SCT_FSECS_IN_DAY 864E17L |
#define SCT_FSECS_IN_SEC 1E15 |
Number of femptosecs in a sec.
Definition at line 34 of file sct_common.h.
Referenced by sct_add_delta(), sct_diff(), sct_set_delta_secs(), and sct_set_mjd2000_acc().
#define SCT_GPS_TAI_LEAPSECOND 19 |
Difference between TAI and GPS time scales (TAI-GPS), in seconds.
Definition at line 43 of file sct_common.h.
Referenced by sct_from_GPS_to_TAI(), sct_from_GPS_to_UTC(), sct_from_TAI_to_GPS(), and sct_from_UTC_to_GPS().
#define SCT_JD_TO_J2000 2451544.5 |
Offset from Julian Date to Modified Julian Date 2000 format.
Definition at line 40 of file sct_common.h.
Referenced by sct_get_jd(), sct_get_YMDHMSF(), sct_set_jd(), and sct_set_jd_acc().
#define SCT_MJD_TO_J2000 51544.0 |
Offset from Modified Julian Date to Modified Julian Date 2000 format.
Definition at line 37 of file sct_common.h.
Referenced by sct_get_mjd(), sct_set_mjd(), and sct_set_mjd_acc().
#define SCT_SECS_IN_DAY 86400L |
Maximum number of seconds in a day.
Definition at line 28 of file sct_common.h.
Referenced by sct_add_delta(), sct_diff(), sct_get_delta_secs(), sct_get_mjd2000(), and sct_set_delta_secs().
#define SCT_VERSION "0.0.1" |
typedef struct _sct_time_base sct_time |
This structure handles the minimum data object in the scitime library.
typedef sct_time* sct_time_ptr |
enum SCT_ACCURACY |
Definition at line 57 of file sct_common.h.
enum SCT_RET |
This enumeration shows the full list of available return values for the whole scitime library.
Definition at line 98 of file sct_common.h.
enum SCT_STATUS |
This enumeration shows the full list of available status values for the sct_time elements.
SCT_STATUS_NOT_INITIALISED | Element wasn't initialised. |
SCT_STATUS_OK | Status ok, epoch element. |
SCT_STATUS_DELTA | Status ok, delta element. |
Definition at line 50 of file sct_common.h.
enum SCT_TIMESCALE |
This enumeration shows the full list of available time scales within the scitime library.
SCT_TIMESCALE_TAI | Time scale is TAI (Default). |
SCT_TIMESCALE_UTC | Time scale is UTC. |
SCT_TIMESCALE_GPS | Time scale is GPS time scale. |
SCT_TIMESCALE_UT | Time scale is Universal Time. |
Definition at line 86 of file sct_common.h.