Changeset 15217 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Oct 4, 2007, 10:15:48 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r12916 r15217 1 1 /* @file pmConfig.h 2 2 * @brief Configuration functions 3 * 3 * 4 4 * @author Paul Price, IfA 5 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2007- 04-19 02:10:12$6 * 7 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-10-04 20:15:48 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 56 56 int *argc; ///< Number of command-line arguments 57 57 char **argv; ///< Command-line arguments (raw version) 58 # endif 58 # endif 59 59 } 60 60 pmConfig; … … 110 110 /// configuration. The accepted format is returned. 111 111 psMetadata *pmConfigCameraFormatFromHeader(pmConfig *config, ///< The configuration 112 const psMetadata *header, ///< The FITS header113 bool readRecipes ///< optionally read the recipes as well as the format112 const psMetadata *header, ///< The FITS header 113 bool readRecipes ///< optionally read the recipes as well as the format 114 114 ); 115 115 … … 170 170 ); 171 171 172 /// Get the file rule of interest 173 /// 174 /// Look up the name of the set of file rules to use, get that set from the site configuration, and return the 175 /// appropriate rule from the set. 176 psMetadata *pmConfigFileRule(const pmConfig *config, ///< Configuration 177 const psMetadata *camera, ///< Camera configuration of interest 178 const char *name ///< Name of rule to read 179 ); 180 172 181 /// @} 173 182 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
