IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 11:38:06 AM (20 years ago)
Author:
jhoblitt
Message:

setup initial dettool options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.h

    r7048 r7053  
    44#include "pxtools.h"
    55
     6typedef enum {
     7    DETTOOL_MODE_NONE           = 0x0,
     8    DETTOOL_MODE_DEFINE,
     9    DETTOOL_MODE_RAW,
     10    DETTOOL_MODE_ADDPROCESSED,
     11    DETTOOL_MODE_PROCESSED,
     12    DETTOOL_MODE_ADDSTACKED,
     13    DETTOOL_MODE_STACKED,
     14} dettoolMode;
     15
    616pxConfig *p1searchConfig(pxConfig *config, int argc, char **argv);
    717
Note: See TracChangeset for help on using the changeset viewer.