Changeset 18908 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Aug 4, 2008, 5:45:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r18905 r18908 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-08-05 0 2:16:06 $7 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-08-05 03:45:56 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 40 40 psMetadata *site; ///< Site configuration 41 41 psMetadata *system; ///< System configuration 42 psMetadata *complete; ///< Full merged configuration43 42 psMetadata *camera; ///< Camera specification 44 43 psString cameraName; ///< Camera name … … 86 85 /// Read a configuration file 87 86 /// 88 /// Read a metadata configuration file into the supplied metadata. Produce an error and return false if89 /// there's a problem.87 /// Read a metadata configuration file into the supplied metadata. Produce an error and 88 /// return false if there's a problem. 90 89 bool pmConfigFileRead(psMetadata **config, ///< Config to output 91 90 const char *name, ///< Name of file 92 91 const char *description ///< Description of file 93 ); 92 ); 93 94 /// Ingest a configuration file 95 /// 96 /// Ingest a metadata configuration file into the supplied metadata item, if required. Produce an error and 97 /// return false if there's a problem. 98 bool pmConfigFileIngest(psMetadataItem *item, // Item into which to read file 99 const char *description // Description, for error messages 100 ); 94 101 95 102 /// Validate a header against the camera format
Note:
See TracChangeset
for help on using the changeset viewer.
