Changeset 9252
- Timestamp:
- Oct 4, 2006, 1:34:51 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtools.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtools.h
r8661 r9252 16 16 # define RECIPE "PHASE2" 17 17 # define MAX_ROWS 10e9 18 19 typedef enum {20 PX_MODE_NONE, // grab from raw, output for ppImage21 PX_MODE_QUICK, // grab from raw, output for ppImage22 PX_MODE_UPDATE, // grab from new, create raw23 PX_MODE_DEFINE, // grab from raw, create pending24 PX_MODE_PENDING, // grab from pending, output for ppImage25 PX_MODE_DONE, // set the current state26 PX_MODE_CREATE, // set the current state27 PX_MODE_DELETE, // set the current state28 PX_MODE_RECREATE, // set the current state29 PX_MODE_SEEN, // set the current state30 PX_MODE_COPYDONE, // set the current state31 } pxMode;32 18 33 19 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
