Changeset 7700 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Jun 26, 2006, 5:45:25 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r6184 r7700 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.4 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 1-23 20:04:31$13 * @version $Revision: 1.46 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-06-27 03:45:25 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 256 256 ); 257 257 258 /** Convert psTime to struct tm time. 259 * 260 * Converts psTime to struct tm time. This function should handle 261 * UTC leapseconds correctly. 262 * 263 * @return tm*: tm struct. 264 */ 265 struct tm *psTimeToTM( 266 const psTime* time ///< Input time to be converted. 267 ); 268 258 269 /** Convert psTime to timeval time. 259 270 * … … 351 362 * @return psTime*: time. 352 363 */ 353 psTime* p _psTimeFromTM(364 psTime* psTimeFromTM( 354 365 const struct tm *time ///< Input time to be converted. 355 366 );
Note:
See TracChangeset
for help on using the changeset viewer.
