IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1529


Ignore:
Timestamp:
Aug 13, 2004, 12:08:51 PM (22 years ago)
Author:
desonia
Message:

replaced psTime to typedef the struct timeval system struct.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r1496 r1529  
    1313 *  @author Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2004-08-12 01:23:20 $
     15 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2004-08-13 22:08:51 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4444 *  seconds and microseconds.
    4545 */
    46 typedef struct
    47 {
    48     time_t tv_sec;                     ///< Seconds since epoch, Jan 1, 1970.
    49     suseconds_t tv_usec;               ///< Microseconds since last second.
    50 }
    51 psTime;
     46typedef struct timeval psTime;
    5247
    5348/*****************************************************************************/
  • trunk/psLib/src/astronomy/psTime.h

    r1496 r1529  
    1313 *  @author Ross Harman, MHPCC
    1414 *
    15  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2004-08-12 01:23:20 $
     15 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2004-08-13 22:08:51 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4444 *  seconds and microseconds.
    4545 */
    46 typedef struct
    47 {
    48     time_t tv_sec;                     ///< Seconds since epoch, Jan 1, 1970.
    49     suseconds_t tv_usec;               ///< Microseconds since last second.
    50 }
    51 psTime;
     46typedef struct timeval psTime;
    5247
    5348/*****************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.