Changeset 2204 for trunk/psLib/src/astronomy/psMetadataIO.h
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psMetadataIO.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadataIO.h
r1973 r2204 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10- 06 01:17:39$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-27 00:57:30 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 psMetadata* output, ///< Resulting metadata from read. 51 51 char *extName, ///< File name extension string. 52 intextNum, ///< File name extension number. Starts at 1.52 psS32 extNum, ///< File name extension number. Starts at 1. 53 53 char *fileName ///< Name of file to read. 54 54 ); … … 58 58 * Loads pre-defined settings by parsing a configuration file into a psMetadata structure. 59 59 * 60 * @return int: Number of lines that failed to be read.60 * @return psS32 : Number of lines that failed to be read. 61 61 */ 62 intpsMetadataParseConfig(62 psS32 psMetadataParseConfig( 63 63 psMetadata** md, ///< Resulting metadata from read. 64 64 char *fileName, ///< Name of file to read. 65 bool overwrite ///< Allow overwrite of duplicate specifications.65 psBool overwrite ///< Allow overwrite of duplicate specifications. 66 66 ); 67 67
Note:
See TracChangeset
for help on using the changeset viewer.
