Changeset 13950 for trunk/psLib/src/astro/psTime.h
- Timestamp:
- Jun 21, 2007, 4:28:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.h
r11668 r13950 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 2-06 21:36:09$13 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-06-22 02:28:48 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 75 75 76 76 77 // get the pslib.config filename by checking environment variable first, then original installation area.78 const char *p_psTimeConfigFileName();79 80 81 77 /** Initialize time data. 82 78 * 83 * Reads config and data files associated with various time conversions. 84 * 85 * @return bool: True for success, false for failure. 86 */ 87 bool p_psTimeInit( 88 const char *fileName ///< File name containing config/data info 89 ); 90 91 /** Initialize time data. 92 * 93 * Reads the configuration file and sets up the appropriate psTimeTables and predictions. 94 */ 95 void psTimeInitialize( 96 const char *timeConfig ///< psTime configuration file 97 ); 98 99 /** Free memory persistant time data. 100 * 101 * Frees time data to be held in memory until the end of successful program execution. 102 * 103 * @return void: void. 104 */ 79 * Sets the configuration file and sets up the appropriate psTimeTables and predictions. 80 */ 81 bool psTimeInit( 82 const char *filename ///< psTime configuration file 83 ); 84 85 86 /** Frees memory that was allocated by psTime functions. 87 * 88 * Allows a subsequent search for leaked memory. 89 * 90 * @return true on sucess. 91 */ 105 92 bool p_psTimeFinalize(void); 106 93 … … 476 463 ); 477 464 465 // used by p_psEOCInit() 466 const char *p_psTimeConfigFilename(const char *filename); 467 478 468 /// @} 479 469
Note:
See TracChangeset
for help on using the changeset viewer.
