IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2008, 1:49:43 PM (18 years ago)
Author:
jhoblitt
Message:

MERGE from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/ippTools/src/chiptool.c

    r17863 r18153  
    3434#include "camtool.h"
    3535
    36 static bool queueMode(pxConfig *config);
     36static bool definebyqueryMode(pxConfig *config);
    3737static bool updaterunMode(pxConfig *config);
    3838static bool pendingimfileMode(pxConfig *config);
     
    6868
    6969    switch (config->mode) {
    70         MODECASE(CHIPTOOL_MODE_QUEUE,                   queueMode);
     70        MODECASE(CHIPTOOL_MODE_DEFINEBYQUERY,                   definebyqueryMode);
    7171        MODECASE(CHIPTOOL_MODE_UPDATERUN,               updaterunMode);
    7272        MODECASE(CHIPTOOL_MODE_PENDINGIMFILE,           pendingimfileMode);
     
    104104
    105105
    106 static bool queueMode(pxConfig *config)
     106static bool definebyqueryMode(pxConfig *config)
    107107{
    108108    PS_ASSERT_PTR_NON_NULL(config, NULL);
Note: See TracChangeset for help on using the changeset viewer.