Changeset 18905 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Aug 4, 2008, 4:16:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r18073 r18905 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.3 8$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 6-10 21:53:09$7 * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-08-05 02:16:06 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 37 37 /// command-line arguments, the pmFPAfiles used, and the database handle. 38 38 typedef struct { 39 psMetadata *user; ///< User configuration40 psMetadata *site; ///< Site configuration41 psMetadata *system; ///< System configuration39 psMetadata *user; ///< User configuration 40 psMetadata *site; ///< Site configuration 41 psMetadata *system; ///< System configuration 42 42 psMetadata *complete; ///< Full merged configuration 43 43 psMetadata *camera; ///< Camera specification … … 51 51 psDB *database; ///< Database handle 52 52 const char *defaultRecipe; ///< name of top-level recipe for this program 53 psString program; ///< Name of program 53 54 // Private members 54 55 pmRecipeSource recipesRead; ///< Which recipe sources have been read … … 108 109 /// configuration. The accepted format is returned. 109 110 psMetadata *pmConfigCameraFormatFromHeader(psMetadata **camera, // selected camera (or meta-camera) 110 psString *formatName, // selected format name111 pmConfig *config, ///< The configuration111 psString *formatName, // selected format name 112 pmConfig *config, ///< The configuration 112 113 const psMetadata *header, ///< The FITS header 113 114 bool readRecipes ///< optionally read the recipes as well as the format
Note:
See TracChangeset
for help on using the changeset viewer.
