Changeset 6569 for branches/rel10_ifa/psModules/src/config/pmConfig.h
- Timestamp:
- Mar 9, 2006, 4:05:10 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/config/pmConfig.h
r6553 r6569 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.3.4. 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-03- 09 03:09:28$5 * @version $Revision: 1.3.4.2 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-03-10 02:05:10 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 20 20 psMetadata *site; // Site configuration 21 21 psMetadata *camera; // Camera specification 22 psMetadata *recipe ; // Recipefor processing22 psMetadata *recipes; // Recipes for processing 23 23 psMetadata *arguments; // Command-line arguments 24 24 psDB *database; // Database handle … … 46 46 pmConfig *pmConfigRead( 47 47 int *argc, 48 char **argv, 49 const char *recipeName); 50 48 char **argv); 51 49 52 50 /** pmConfigValidateCamera … … 78 76 /** pmConfigRecipeFromCamera 79 77 * 80 * pmConfigRecipeFromCamera shall load the recipe configuration based on the 81 * recipeName and the list of known recipes contained in the camera 78 * pmConfigRecipeFromCamera shall load the recipes from the list of known recipes contained in the camera 82 79 * configuration. 83 80 * 84 81 */ 85 bool pmConfigRecipeFromCamera( 86 pmConfig *config, 87 const char *recipeName 82 bool pmConfigReadRecipes( 83 pmConfig *config 88 84 ); 89 85
Note:
See TracChangeset
for help on using the changeset viewer.
