IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2006, 5:45:25 PM (20 years ago)
Author:
jhoblitt
Message:

add psTimeToTM()
rename p_psTimeFromTM() -> psTimeFromTM()
minor formating changes

File:
1 edited

Legend:

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

    r6184 r7700  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-01-23 20:04:31 $
     13 *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-06-27 03:45:25 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    256256);
    257257
     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 */
     265struct tm *psTimeToTM(
     266                const psTime* time     ///< Input time to be converted.
     267            );
     268
    258269/** Convert psTime to timeval time.
    259270 *
     
    351362 *  @return  psTime*: time.
    352363 */
    353 psTime* p_psTimeFromTM(
     364psTime* psTimeFromTM(
    354365    const struct tm *time              ///< Input time to be converted.
    355366);
Note: See TracChangeset for help on using the changeset viewer.