#include <psTime.h>
The psTime struct is used by psLib to represent time values critical to astronomical calculations. This structure represents a time which is equivalent to TAI (International Atomic Time) and is measured in both seconds and microseconds.
Definition at line 62 of file psTime.h.
Data Fields | |
| psS64 | sec |
| Seconds since epoch, Jan 1, 1970. | |
| psU32 | nsec |
| Nanoseconds since last second. | |
| psBool | leapsecond |
| if time falls on UTC leapsecond | |
| psTimeType | type |
| Type of time. | |
|
|
if time falls on UTC leapsecond
|
|
|
Nanoseconds since last second.
|
|
|
Seconds since epoch, Jan 1, 1970.
|
|
|
Type of time.
|
1.4.1