IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2005, 4:13:53 PM (21 years ago)
Author:
evanalst
Message:

Modify the psTime data structure. (SDR-13)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psTime.h

    r3708 r3712  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-04-19 00:17:05 $
     12 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-19 02:13:53 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4040    PS_TIME_TAI,        ///< Temps Atomique International (TAI) time (time with leapseconds).
    4141    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
    4244} psTimeType;
    4345
     
    5254{
    5355    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
    5558    psTimeType type;    ///< Type of time.
    5659}
Note: See TracChangeset for help on using the changeset viewer.