Changeset 16170 for trunk/ippTools/src/caltoolConfig.c
- Timestamp:
- Jan 20, 2008, 3:48:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/caltoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/caltoolConfig.c
r15570 r16170 86 86 psMetadata *modes = psMetadataAlloc(); 87 87 88 PX TOOL_ADD_MODE("-adddb", "add a DVO calibration DB",88 PXOPT_ADD_MODE("-adddb", "add a DVO calibration DB", 89 89 CALTOOL_MODE_ADDDB, adddbArgs); 90 PX TOOL_ADD_MODE("-dbs", "list DVO calibration DBs",90 PXOPT_ADD_MODE("-dbs", "list DVO calibration DBs", 91 91 CALTOOL_MODE_DBS, dbsArgs); 92 PX TOOL_ADD_MODE("-addrun", "add the results of a calibration run",92 PXOPT_ADD_MODE("-addrun", "add the results of a calibration run", 93 93 CALTOOL_MODE_ADDRUN, addrunArgs); 94 PX TOOL_ADD_MODE("-runs", "list the results of calibration runs",94 PXOPT_ADD_MODE("-runs", "list the results of calibration runs", 95 95 CALTOOL_MODE_RUNS, runsArgs); 96 96
Note:
See TracChangeset
for help on using the changeset viewer.
