- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/dettool.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/src
- Property svn:ignore
-
old new 1 *.la 2 *.lo 1 3 .deps 2 4 .gdb_history … … 4 6 Makefile 5 7 Makefile.in 8 addtool 9 caltool 10 camtool 11 chiptool 6 12 config.h 7 13 config.h.in 8 stamp-h1 9 *.la 10 *.lo 14 detselect 15 dettool 16 difftool 17 disttool 18 dqstatstool 19 faketool 20 flatcorr 21 guidetool 22 magicdstool 23 magictool 24 pstamptool 25 pubtool 26 pxadmin 27 pxdata.c 28 pxinject 11 29 pxtoolsErrorCodes.c 12 30 pxtoolsErrorCodes.h 13 pxadmin14 pxinject15 pztool16 31 pzgetexp 17 32 pzgetimfiles 33 pztool 34 receivetool 18 35 regtool 19 guidetool 20 chiptool 21 camtool 36 stacktool 37 stamp-h1 22 38 warptool 23 difftool24 stacktool25 faketool26 dettool27 detselect28 pxdata.c29 magictool30 magicdstool31 caltool32 flatcorr33 pstamptool34 disttool35 receivetool36 37 pubtool
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ippTools/src/dettool.h
r23310 r27840 57 57 DETTOOL_MODE_PENDINGCLEANUP_PROCESSEDEXP, 58 58 DETTOOL_MODE_DONECLEANUP_PROCESSEDEXP, 59 DETTOOL_MODE_UPDATESTATE_PROCESSED, 59 60 60 61 DETTOOL_MODE_TOSTACKED, … … 105 106 DETTOOL_MODE_PENDINGCLEANUP_RESIDEXP, 106 107 DETTOOL_MODE_DONECLEANUP_RESIDEXP, 108 DETTOOL_MODE_UPDATESTATE_RESID, 107 109 108 110 DETTOOL_MODE_TODETRUNSUMMARY, … … 111 113 DETTOOL_MODE_REVERTDETRUNSUMMARY, 112 114 DETTOOL_MODE_UPDATEDETRUNSUMMARY, 115 DETTOOL_MODE_PENDINGCLEANUP_DETRUNSUMMARY, 113 116 DETTOOL_MODE_UPDATEDETRUN, 114 117 DETTOOL_MODE_RERUN, … … 148 151 bool pendingcleanup_processedexpMode(pxConfig *config); 149 152 bool donecleanup_processedexpMode(pxConfig *config); 153 bool updatestateprocessedMode(pxConfig *config); 150 154 151 155 // stackedimfile … … 202 206 bool pendingcleanup_residexpMode(pxConfig *config); 203 207 bool donecleanup_residexpMode(pxConfig *config); 208 bool updatestateresidMode(pxConfig *config); 204 209 205 210 // detrunsummary … … 209 214 bool revertdetrunsummaryMode(pxConfig *config); 210 215 bool updatedetrunsummaryMode(pxConfig *config); 216 bool pendingcleanup_detrunsummaryMode(pxConfig *config); 211 217 212 218 // other utilities … … 218 224 219 225 // functions to set the 'data_state' for stages 220 bool setProcessedImfileDataState(pxConfig *config, psS64 det_id, psS64 exp_id, const char *class_id, const char *data_state); 221 bool setProcessedExpDataState(pxConfig *config, psS64 det_id, psS64 exp_id, const char *data_state); 226 bool setProcessedImfileDataState(pxConfig *config, psMetadata *where, const char *data_state); 227 bool setProcessedExpDataState(pxConfig *config, psMetadata *where, const char *data_state); 228 bool setResidImfileDataState(pxConfig *config, psMetadata *where, const char *data_state); 229 bool setResidExpDataState(pxConfig *config, psMetadata *where, const char *data_state); 230 222 231 bool setStackedImfileDataState(pxConfig *config, psS64 det_id, psS32 iteration, const char *class_id, const char *data_state); 223 232 bool setNormStatImfileDataState(pxConfig *config, psS64 det_id, psS32 iteration, const char *class_id, const char *data_state); 224 233 bool setNormImfileDataState(pxConfig *config, psS64 det_id, psS32 iteration, const char *class_id, const char *data_state); 225 234 bool setNormExpDataState(pxConfig *config, psS64 det_id, psS32 iteration, const char *data_state); 226 bool setResidImfileDataState(pxConfig *config, psS64 det_id, psS32 iteration, psS64 exp_id, const char *class_id, const char *data_state);227 bool setResidExpDataState(pxConfig *config, psS64 det_id, psS32 iteration, psS64 exp_id, const char *data_state);228 235 229 236 #endif // DETTOOL_H
Note:
See TracChangeset
for help on using the changeset viewer.
