IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2006, 6:13:07 PM (20 years ago)
Author:
jhoblitt
Message:

add psTimeStrptime()

File:
1 edited

Legend:

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

    r7700 r7703  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-06-27 03:45:25 $
     13 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-06-27 04:13:07 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    366366);
    367367
     368/** Convert an arbitrary string into a psTime.
     369 *
     370 *  Converts a string, using a strptime(3) format, into a psTime.  See
     371 *  strptime(3) for documentation on this format.
     372 *
     373 *  @return  psTime*: time.
     374 */
     375
     376psTime* psTimeStrptime(
     377    const char *s,                  ///< string to be converted
     378    const char *format              ///< strptime format
     379);
     380
    368381/** Adds delta to time. Result is in TAI time.
    369382 *
Note: See TracChangeset for help on using the changeset viewer.