Changeset 17023 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Mar 17, 2008, 1:53:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r14452 r17023 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $14 * @date $Date: 200 7-08-09 01:40:07$13 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2008-03-17 23:53:59 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 315 315 ); 316 316 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 */ 323 psTime* psTimeFromString( 324 const char* input, ///< Input time to be converted. 325 psTimeType type ///< Time type. 326 ); 327 317 328 /** Convert timeval to psTime. 318 329 *
Note:
See TracChangeset
for help on using the changeset viewer.
