Changeset 11997 for trunk/ippTools/src/camtool.h
- Timestamp:
- Feb 21, 2007, 6:49:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.h
r11075 r11997 18 18 */ 19 19 20 #ifndef P3TOOL_H21 #define P3TOOL_H 120 #ifndef CAMTOOL_H 21 #define CAMTOOL_H 1 22 22 23 23 #include "pxtools.h" 24 24 25 25 typedef enum { 26 P3TOOL_MODE_NONE = 0x0,27 P3TOOL_MODE_PENDINGEXP,28 P3TOOL_MODE_PENDINGIMFILE,29 P3TOOL_MODE_ADDPROCESSEDEXP,30 P3TOOL_MODE_PROCESSEDEXP,31 P3TOOL_MODE_UPDATEPROCESSEDEXP,32 P3TOOL_MODE_BLOCK,33 P3TOOL_MODE_MASKED,34 P3TOOL_MODE_UNBLOCK35 } p3toolMode;26 CAMTOOL_MODE_NONE = 0x0, 27 CAMTOOL_MODE_PENDINGEXP, 28 CAMTOOL_MODE_PENDINGIMFILE, 29 CAMTOOL_MODE_ADDPROCESSEDEXP, 30 CAMTOOL_MODE_PROCESSEDEXP, 31 CAMTOOL_MODE_UPDATEPROCESSEDEXP, 32 CAMTOOL_MODE_BLOCK, 33 CAMTOOL_MODE_MASKED, 34 CAMTOOL_MODE_UNBLOCK 35 } camtoolMode; 36 36 37 pxConfig * p3toolConfig(pxConfig *config, int argc, char **argv);37 pxConfig *camtoolConfig(pxConfig *config, int argc, char **argv); 38 38 39 #endif // P3TOOL_H39 #endif // CAMTOOL_H
Note:
See TracChangeset
for help on using the changeset viewer.
