IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2008, 11:12:35 AM (18 years ago)
Author:
eugene
Message:

adding cleanup functions (not yet in cmd-line options)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/camtool.c

    r18627 r18642  
    7474        MODECASE(CAMTOOL_MODE_MASKED,               maskedMode);
    7575        MODECASE(CAMTOOL_MODE_UNBLOCK,              unblockMode);
     76        MODECASE(CAMTOOL_MODE_PENDINGCLEANUPRUN,    pendingcleanuprunMode);
     77        MODECASE(CAMTOOL_MODE_PENDINGCLEANUPEXP,    pendingcleanupexpMode);
     78        MODECASE(CAMTOOL_MODE_DONECLEANUP,          donecleanupMode);
    7679        default:
    7780            psAbort("invalid option (this should not happen)");
     
    988991
    989992    psMetadata *where = psMetadataAlloc();
    990     if (chip_id) {
     993    if (cam_id) {
    991994        PXOPT_COPY_S64(config->args, where, "-cam_id", "cam_id", "==");
    992995    }
Note: See TracChangeset for help on using the changeset viewer.