IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2009, 6:07:30 PM (17 years ago)
Author:
eugene
Message:

adding goto_scrubbed mode to chiptool

File:
1 edited

Legend:

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

    r21521 r22751  
    5252static bool runMode(pxConfig *config);
    5353static bool tocleanedimfileMode(pxConfig *config);
     54static bool tocleanedimfile_from_scrubbedMode(pxConfig *config);
    5455static bool tofullimfileMode(pxConfig *config);
    5556static bool topurgedimfileMode(pxConfig *config);
     
    9192        MODECASE(CHIPTOOL_MODE_RUN,                     runMode);
    9293        MODECASE(CHIPTOOL_MODE_TOCLEANEDIMFILE,         tocleanedimfileMode);
     94        MODECASE(CHIPTOOL_MODE_TOCLEANEDIMFILE_FROM_SCRUBBED, tocleanedimfile_from_scrubbedMode);
    9395        MODECASE(CHIPTOOL_MODE_TOFULLIMFILE,            tofullimfileMode);
    9496        MODECASE(CHIPTOOL_MODE_TOPURGEDIMFILE,          topurgedimfileMode);
     
    12451247    return change_imfile_data_state(config, "cleaned", "goto_cleaned");
    12461248}
     1249static bool tocleanedimfile_from_scrubbedMode(pxConfig *config)
     1250{
     1251    return change_imfile_data_state(config, "cleaned", "goto_scrubbed");
     1252}
    12471253static bool tofullimfileMode(pxConfig *config)
    12481254{
Note: See TracChangeset for help on using the changeset viewer.