Changeset 7876 for branches/rel12/psModules/src/config/pmConfig.h
- Timestamp:
- Jul 12, 2006, 11:09:44 AM (20 years ago)
- File:
-
- 1 edited
-
branches/rel12/psModules/src/config/pmConfig.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel12/psModules/src/config/pmConfig.h
r7709 r7876 3 3 * @author PAP, IfA 4 4 * 5 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 6-28 00:49:13$5 * @version $Revision: 1.11.2.1 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-07-12 21:09:44 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 // What recipe sources have been read so far? 17 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 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_SYMBOLIC = 0x14, // Symbolic link, specified on command-line 23 P_PM_RECIPE_SOURCE_ALL = 0xff // All sources 23 24 } p_pmRecipeSource; 24 25 … … 32 33 psMetadata *files; // pmFPAfiles used for analysis 33 34 psDB *database; // Database handle 34 int argc;// Number of command-line arguments35 int *argc; // Number of command-line arguments 35 36 char **argv; // Command-line arguments (raw version) 36 37 // Private members … … 40 41 pmConfig; 41 42 42 pmConfig *pmConfigAlloc(int argc,// Number of command-line arguments43 pmConfig *pmConfigAlloc(int *argc, // Number of command-line arguments 43 44 char **argv // Command-line arguments 44 45 ); … … 66 67 */ 67 68 pmConfig *pmConfigRead( 68 int argc,69 int *argc, 69 70 char **argv); 70 71
Note:
See TracChangeset
for help on using the changeset viewer.
