IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2008, 1:53:59 PM (18 years ago)
Author:
eugene
Message:

add psTimeFromString to parse various human-readable formats

File:
1 edited

Legend:

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

    r14452 r17023  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-08-09 01:40:07 $
     13 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2008-03-17 23:53:59 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    315315);
    316316
     317/** Convert various human-readable formats to psTime.
     318 *
     319 *  Converts human readable time formats to psTime. This function does not add or subtract leapseconds.
     320 *
     321 *  @return  psTime*: time
     322 */
     323psTime* psTimeFromString(
     324    const char* input,                 ///< Input time to be converted.
     325    psTimeType type                    ///< Time type.
     326);
     327
    317328/** Convert timeval to psTime.
    318329 *
Note: See TracChangeset for help on using the changeset viewer.