IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2004, 10:05:58 AM (22 years ago)
Author:
harman
Message:

Updated add, subtract, and delta.
Added psTimeAlloc

File:
1 edited

Legend:

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

    r2048 r2179  
    5454 *  @author Ross Harman, MHPCC
    5555 *
    56  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    57  *  @date $Date: 2004-10-12 01:34:09 $
     56 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     57 *  @date $Date: 2004-10-20 20:05:58 $
    5858 *
    5959 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    100100psTime;
    101101
     102/** Allocate time struct.
     103 *
     104 * Allocates an empty time struct. User must specify the psTimeType (PS_TIME_TAI or PS_TIME_UTC) in the argument.
     105 * The seconds and microseconds members of the struct are set to zero.
     106 *
     107 * @return  psTime*: Struct with empty time.
     108 */
     109psTime* psTimeAlloc(
     110    psTimeType type                     ///< Type of time to create (UTC or TAI).
     111);
     112
    102113/** Get current time.
    103114 *
Note: See TracChangeset for help on using the changeset viewer.