Changeset 3712 for trunk/psLib/src/astronomy/psTime.h
- Timestamp:
- Apr 18, 2005, 4:13:53 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psTime.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psTime.h
r3708 r3712 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-04-19 0 0:17:05$12 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-04-19 02:13:53 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 40 40 PS_TIME_TAI, ///< Temps Atomique International (TAI) time (time with leapseconds). 41 41 PS_TIME_UTC, ///< Universal Time Coordinated (UTC) time (time without leapseconds). 42 PS_TIME_UT1, ///< Universal Time corrected for polar motion 43 PS_TIME_TT, ///< Terrestrial Time 42 44 } psTimeType; 43 45 … … 52 54 { 53 55 psS64 sec; ///< Seconds since epoch, Jan 1, 1970. 54 psU32 usec; ///< Microseconds since last second. 56 psU32 nsec; ///< Nanoseconds since last second. 57 psBool leapsecond; ///< if time falls on UTC leapsecond 55 58 psTimeType type; ///< Type of time. 56 59 }
Note:
See TracChangeset
for help on using the changeset viewer.
