#include <sct_common.h>
Data Fields | |
SCT_STATUS | status |
Status flag of this element. | |
SCT_ACCURACY | accuracy |
Accuracy level of this element. | |
SCT_TIMESCALE | timescale |
Time scale of this element. | |
int64_t | days |
Number of days since 1 January 2000. | |
int32_t | secs |
Number of seconds in the given day. | |
int64_t | fsecs |
Number of femtosecs in the given second. |
Definition at line 110 of file sct_common.h.
Status flag of this element.
Definition at line 111 of file sct_common.h.
Referenced by sct_add_delta(), sct_add_deltaDSF(), sct_clear(), sct_copy(), sct_diff(), sct_get_delta_secs(), sct_get_mjd2000(), sct_print(), sct_set_delta_secs(), and sct_set_mjd2000_acc().
Accuracy level of this element.
Definition at line 112 of file sct_common.h.
Referenced by sct_add_delta(), sct_add_deltaDSF(), sct_clear(), sct_diff(), sct_get_accuracy(), sct_print(), sct_set_accuracy(), sct_set_delta_secs(), sct_set_mjd2000_acc(), and sct_set_YMDHMSF().
Time scale of this element.
Definition at line 113 of file sct_common.h.
Referenced by sct_from_GPS_to_TAI(), sct_from_GPS_to_UT(), sct_from_GPS_to_UTC(), sct_from_TAI_to_GPS(), sct_from_TAI_to_UT(), sct_from_TAI_to_UTC(), sct_from_UT_to_GPS(), sct_from_UT_to_TAI(), sct_from_UT_to_UTC(), sct_from_UTC_to_GPS(), sct_from_UTC_to_TAI(), sct_from_UTC_to_UT(), sct_get_timescale(), and sct_set_timescale().
int64_t _sct_time_base::days |
Number of days since 1 January 2000.
Definition at line 114 of file sct_common.h.
Referenced by sct_add_delta(), sct_add_deltaDSF(), sct_clear(), sct_diff(), sct_get_delta_secs(), sct_get_mjd2000(), sct_get_YMDHMSF(), sct_print(), sct_set_delta_secs(), and sct_set_mjd2000_acc().
int32_t _sct_time_base::secs |
Number of seconds in the given day.
Definition at line 115 of file sct_common.h.
Referenced by sct_add_delta(), sct_add_deltaDSF(), sct_clear(), sct_diff(), sct_get_delta_secs(), sct_get_mjd2000(), sct_get_YMDHMSF(), sct_print(), sct_set_delta_secs(), sct_set_mjd2000_acc(), and sct_set_YMDHMSF().
int64_t _sct_time_base::fsecs |
Number of femtosecs in the given second.
Definition at line 116 of file sct_common.h.
Referenced by sct_add_delta(), sct_add_deltaDSF(), sct_clear(), sct_diff(), sct_get_delta_secs(), sct_get_mjd2000(), sct_get_YMDHMSF(), sct_print(), sct_set_delta_secs(), sct_set_mjd2000_acc(), and sct_set_YMDHMSF().