Changeset 7703 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Jun 26, 2006, 6:13:07 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r7700 r7703 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-06-27 0 3:45:25$13 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-06-27 04:13:07 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 366 366 ); 367 367 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 376 psTime* psTimeStrptime( 377 const char *s, ///< string to be converted 378 const char *format ///< strptime format 379 ); 380 368 381 /** Adds delta to time. Result is in TAI time. 369 382 *
Note:
See TracChangeset
for help on using the changeset viewer.
