Changeset 10428 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Dec 4, 2006, 10:41:51 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r10422 r10428 9 9 /// @author Eugene Magnier, IfA 10 10 /// 11 /// @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $12 /// @date $Date: 2006-12-04 02:14:09$11 /// @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-12-04 20:41:51 $ 13 13 /// 14 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 17 17 #ifndef PM_CONFIG_H 18 18 #define PM_CONFIG_H 19 20 #include <pslib.h>21 19 22 20 /// Sources for recipes. … … 54 52 char *defaultRecipe; ///< name of top-level recipe for this program 55 53 // Private members 56 pmRecipeSource recipesRead; ///< Which recipe sources have been read57 psMetadata *recipe sSource; ///< Where each recipe came from54 pmRecipeSource recipesRead; ///< Which recipe sources have been read 55 psMetadata *recipeSymbols; ///< Where each recipe came from 58 56 } 59 57 pmConfig; … … 120 118 ); 121 119 122 /// Read recipes123 ///124 /// Attempt to read recipes from the sources that are available but have not already been read. Having read a125 /// recipe, attempt to resolve symbolic links that were specified on the command line.126 bool pmConfigReadRecipes(pmConfig *config, ///< Configuration127 pmRecipeSource source ///< desired sources for recipes128 );129 130 120 /// Setup the database 131 121 /// … … 167 157 psString pmConfigConvertFilename (char *filename, pmConfig *config); 168 158 169 170 bool pmConfigLoadRecipeArguments (pmConfig *config);171 bool pmConfigLoadRecipeOptions (pmConfig *config, char *flag);172 173 159 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
