This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | sct_set_jd (sct_time_ptr pElement, const double jd) |
int | sct_set_jd_acc (sct_time_ptr pElement, const double jd, const SCT_ACCURACY accuracy) |
int | sct_set_mjd (sct_time_ptr pElement, const double mjd) |
int | sct_set_mjd_acc (sct_time_ptr pElement, const double mjd, const SCT_ACCURACY accuracy) |
int | sct_set_mjd2000 (sct_time_ptr pElement, const double mjd2000) |
int | sct_set_mjd2000_acc (sct_time_ptr pElement, const double mjd2000, const SCT_ACCURACY accuracy) |
int | sct_set_YMDHMSF (sct_time_ptr pElement, const unsigned int year, const unsigned int month, const unsigned int day, const unsigned int hour, const unsigned int minute, const unsigned int second, const u_int64_t femtosecond) |
int | sct_copy (sct_time_ptr pDest, const sct_time_ptr pSource) |
int | sct_set_delta_secs (sct_time_ptr pDelta, const double secs) |
int | sct_clear (sct_time_ptr pElement) |
int | sct_get_jd (const sct_time_ptr pElement, double *pJd) |
int | sct_get_mjd (const sct_time_ptr pElement, double *pMjd) |
int | sct_get_mjd2000 (const sct_time_ptr pElement, double *pMjd2000) |
int | sct_get_YMDHMSF (const sct_time_ptr pElement, unsigned int *pYear, unsigned int *pMonth, unsigned int *pDay, unsigned int *pHour, unsigned int *pMinute, unsigned int *pSecond, u_int64_t *pFemtosecond) |
int | sct_get_delta_secs (const sct_time_ptr pDelta, double *pSecs) |
int | sct_print (const sct_time_ptr pElement) |