Changeset 6369
- Timestamp:
- Feb 7, 2006, 4:36:18 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
chiptoolConfig.c (modified) (1 diff)
-
pxadminConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptoolConfig.c
r6368 r6369 5 5 bool p2searchConfig(pxConfig *config, int argc, char **argv) { 6 6 PS_ASSERT_PTR_NON_NULL(config, false); 7 8 // Parse the configurations (re-org a la ppImage)9 config->site = NULL; // Site configuration10 config->camera = NULL; // Camera configuration (unused)11 config->recipe = NULL; // Recipe configuration12 config->camera_name = NULL; // Camera name13 config->filter = NULL; // Filter name14 config->exp_id = NULL; // Exposure ID15 config->class = NULL;16 config->class_id = NULL;17 config->url = NULL;18 7 19 8 if (! pmConfigRead(&config->site, &config->camera, &config->recipe, &argc, argv, RECIPE)) { -
trunk/ippTools/src/pxadminConfig.c
r6368 r6369 6 6 PS_ASSERT_PTR_NON_NULL(config, false); 7 7 8 // Parse the configurations (re-org a la ppImage)9 config->site = NULL; // Site configuration10 config->camera = NULL; // Camera configuration11 config->recipe = NULL; // Recipe configuration12 8 if (! pmConfigRead(&config->site, &config->camera, &config->recipe, &argc, argv, RECIPE)) { 13 9 psErrorStackPrint(stderr, "Can't find site configuration!\n");
Note:
See TracChangeset
for help on using the changeset viewer.
