IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3713


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

Add new type psTimeBulletin. (SDR-13)

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r3712 r3713  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-04-19 02:13:53 $
     12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-19 02:44:12 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4343    PS_TIME_TT,         ///< Terrestrial Time
    4444} psTimeType;
     45
     46/** Time Bulletin type
     47 *
     48 * Enumeration for psTimeBulletin type, A or B.
     49 */
     50typedef enum {
     51    PS_IERS_A,          ///< IERS Bulletin A
     52    PS_IERS_B,          ///< IERS Bulletin B
     53} psTimeBulletin;
    4554
    4655/** Definition of psTime.
  • trunk/psLib/src/astronomy/psTime.h

    r3712 r3713  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-04-19 02:13:53 $
     12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-04-19 02:44:12 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4343    PS_TIME_TT,         ///< Terrestrial Time
    4444} psTimeType;
     45
     46/** Time Bulletin type
     47 *
     48 * Enumeration for psTimeBulletin type, A or B.
     49 */
     50typedef enum {
     51    PS_IERS_A,          ///< IERS Bulletin A
     52    PS_IERS_B,          ///< IERS Bulletin B
     53} psTimeBulletin;
    4554
    4655/** Definition of psTime.
Note: See TracChangeset for help on using the changeset viewer.