IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 1:40:46 PM (21 years ago)
Author:
desonia
Message:

added comments on the end of #endif and #else

File:
1 edited

Legend:

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

    r4051 r4162  
    11/** @file  psTime.h
    22 *
    3  *  @brief Definitions for time, time utilities, and conversion functions for use 
     3 *  @brief Definitions for time, time utilities, and conversion functions for use
    44 *  with psLib astronomy functions.
    55 *
    6  *  A collection of functions are required by psLib to manipulate time data. These 
    7  *  functions primarily consist of conversions between specific time formats.  They 
    8  *  use the UNIX timeval time system as the base upon which International Atomic 
     6 *  A collection of functions are required by psLib to manipulate time data. These
     7 *  functions primarily consist of conversions between specific time formats.  They
     8 *  use the UNIX timeval time system as the base upon which International Atomic
    99 *  Time (TAI) and Universal Time Coordinated (UTC) are calculated.
    1010 *
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-05-31 21:47:46 $
     13 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-08 23:40:45 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8888/** Allocate time struct.
    8989 *
    90  * Allocates an empty time struct. User must specify the psTimeType 
    91  * (PS_TIME_TAI or PS_TIME_UTC) in the argument. The seconds and microseconds members 
     90 * Allocates an empty time struct. User must specify the psTimeType
     91 * (PS_TIME_TAI or PS_TIME_UTC) in the argument. The seconds and microseconds members
    9292 * of the struct are set to zero.
    9393 *
     
    100100/** Get current time.
    101101 *
    102  * Gets current time from the system clock. User must specify the psTimeType 
     102 * Gets current time from the system clock. User must specify the psTimeType
    103103 * (PS_TIME_TAI or PS_TIME_UTC) in the argument.
    104104 *
     
    122122/** Convert psTime to Local Mean Sidereal Time (LMST).
    123123 *
    124  *  Converts psTime at the given longitude to LMST time. If the input time is not 
     124 *  Converts psTime at the given longitude to LMST time. If the input time is not
    125125 *  in UTC format, then it is converted.
    126126 *
     
    186186/** Convert psTime to Julian date time.
    187187 *
    188  *  Converts psTime to Julian date (JD) time. This function does not add or 
     188 *  Converts psTime to Julian date (JD) time. This function does not add or
    189189 *  subtract leapseconds.
    190190 *
     
    196196/** Convert psTime to modified Julian date time.
    197197 *
    198  *  Converts psTime to modified Julian date (MJD) time. This function does not 
     198 *  Converts psTime to modified Julian date (MJD) time. This function does not
    199199 *  add or subtract leapseconds.
    200200 *
     
    207207/** Convert psTime to ISO8601 formatted string.
    208208 *
    209  *  Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.sss. 
     209 *  Converts psTime to a null terminated string in the form of YYYY-MM-DDThh:mm:ss.sss.
    210210 *  This function does not add or subtract leapseconds.
    211211 *
     
    229229 * Convert psTime to tm time.
    230230 *
    231  * Converts psTime to tm time. This function is based on a Perl algorithm availble 
    232  * in the Pan-STARRS Image processing Algorithm Design Description (ADD). This function 
     231 * Converts psTime to tm time. This function is based on a Perl algorithm availble
     232 * in the Pan-STARRS Image processing Algorithm Design Description (ADD). This function
    233233 * does not add or subtract leapseconds.
    234234 *
     
    304304/** Convert tm time to psTime.
    305305 *
    306  *  Converts tm time to psTime. This function is based on a Perl algorithm availble 
    307  *  in the Pan-STARRS Image processing Algorithm Design Description (ADD). This function 
     306 *  Converts tm time to psTime. This function is based on a Perl algorithm availble
     307 *  in the Pan-STARRS Image processing Algorithm Design Description (ADD). This function
    308308 *  does not add or subtract leapseconds.
    309309 *
     
    346346/// @}
    347347
    348 #endif
     348#endif // #ifndef PSTIME_H
Note: See TracChangeset for help on using the changeset viewer.