Changeset 7709 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Jun 27, 2006, 2:49:13 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r7676 r7709 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-06-2 4 03:25:14$5 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-06-28 00:49:13 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 13 13 14 14 #include "pslib.h" 15 16 // What recipe sources have been read so far? 17 typedef enum { 18 P_PM_RECIPE_SOURCE_NONE = 0x00, // None yet 19 P_PM_RECIPE_SOURCE_SITE = 0x01, // Site configuration 20 P_PM_RECIPE_SOURCE_CAMERA = 0x02, // Camera configuration 21 P_PM_RECIPE_SOURCE_CL = 0x04, // Command-line 22 P_PM_RECIPE_SOURCE_ALL = 0x07 // All sources 23 } p_pmRecipeSource; 15 24 16 25 // Configuration information … … 25 34 int argc; // Number of command-line arguments 26 35 char **argv; // Command-line arguments (raw version) 36 // Private members 37 p_pmRecipeSource recipesRead; // Which recipe sources have been read 38 psMetadata *recipesSource; // Where each recipe came from 27 39 } 28 40 pmConfig;
Note:
See TracChangeset
for help on using the changeset viewer.
