Changeset 2179 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Oct 20, 2004, 10:05:58 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r2048 r2179 54 54 * @author Ross Harman, MHPCC 55 55 * 56 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $57 * @date $Date: 2004-10- 12 01:34:09$56 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 57 * @date $Date: 2004-10-20 20:05:58 $ 58 58 * 59 59 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 100 100 psTime; 101 101 102 /** Allocate time struct. 103 * 104 * Allocates an empty time struct. User must specify the psTimeType (PS_TIME_TAI or PS_TIME_UTC) in the argument. 105 * The seconds and microseconds members of the struct are set to zero. 106 * 107 * @return psTime*: Struct with empty time. 108 */ 109 psTime* psTimeAlloc( 110 psTimeType type ///< Type of time to create (UTC or TAI). 111 ); 112 102 113 /** Get current time. 103 114 *
Note:
See TracChangeset
for help on using the changeset viewer.
