|
ocssw
1.0
|
Go to the source code of this file.
Functions | |
| double | tmtojul (struct tm *time) |
| void | jultotm (double tjd, struct tm *time) |
| double | itojul (int32_t date, int32_t time) |
| void | jultoi (double tjd, int32_t *date, int32_t *time) |
| double itojul | ( | int32_t | date, |
| int32_t | time | ||
| ) |
Definition at line 103 of file time-utils.c.
| void jultoi | ( | double | tjd, |
| int32_t * | date, | ||
| int32_t * | time | ||
| ) |
Definition at line 138 of file time-utils.c.
| void jultotm | ( | double | tjd, |
| struct tm * | time | ||
| ) |
Definition at line 64 of file time-utils.c.
| double tmtojul | ( | struct tm * | time | ) |
Definition at line 33 of file time-utils.c.
1.7.6.1