IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 10:27:31 AM (20 years ago)
Author:
jhoblitt
Message:

add pxConfigAlloc()
change p0search[Config] to use pxConfigAlloc()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtoolConfig.c

    r6336 r6338  
    55bool p0searchConfig(pxConfig *config, int argc, char **argv) {
    66    PS_ASSERT_PTR_NON_NULL(config, false);
    7 
    8     // Parse the configurations (re-org a la ppImage)
    9     config->site    = NULL;             // Site configuration
    10     config->camera  = NULL;             // Camera configuration (unused)
    11     config->recipe  = NULL;             // Recipe configuration
    12     config->camera_name = NULL;         // Camera name
    13     config->filter  = NULL;             // Filter name
    14     config->exp_id  = NULL;             // Exposure ID
    15     config->class   = NULL;             
    16     config->class_id = NULL;           
    17     config->url     = NULL;
    187
    198    if (! pmConfigRead(&config->site, &config->camera, &config->recipe, &argc, argv, RECIPE)) {
Note: See TracChangeset for help on using the changeset viewer.