Changeset 19092 for trunk/ippTools/src/dettool.h
- Timestamp:
- Aug 16, 2008, 1:27:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.h
r18561 r19092 41 41 DETTOOL_MODE_INPUT, 42 42 DETTOOL_MODE_RAW, 43 43 44 DETTOOL_MODE_TOPROCESSEDIMFILE, 44 45 DETTOOL_MODE_ADDPROCESSEDIMFILE, 45 46 DETTOOL_MODE_PROCESSEDIMFILE, 46 47 DETTOOL_MODE_REVERTPROCESSEDIMFILE, 48 DETTOOL_MODE_UPDATEPROCESSEDIMFILE, 49 DETTOOL_MODE_PENDINGCLEANUP_PROCESSEDIMFILE, 50 DETTOOL_MODE_DONECLEANUP_PROCESSEDIMFILE, 51 47 52 DETTOOL_MODE_TOPROCESSEDEXP, 48 53 DETTOOL_MODE_ADDPROCESSEDEXP, 49 54 DETTOOL_MODE_PROCESSEDEXP, 50 55 DETTOOL_MODE_REVERTPROCESSEDEXP, 56 DETTOOL_MODE_UPDATEPROCESSEDEXP, 57 DETTOOL_MODE_PENDINGCLEANUP_PROCESSEDEXP, 58 DETTOOL_MODE_DONECLEANUP_PROCESSEDEXP, 59 51 60 DETTOOL_MODE_TOSTACKED, 52 61 DETTOOL_MODE_ADDSTACKED, 53 62 DETTOOL_MODE_STACKED, 54 63 DETTOOL_MODE_REVERTSTACKED, 64 DETTOOL_MODE_UPDATESTACKED, 65 DETTOOL_MODE_PENDINGCLEANUP_STACKED, 66 DETTOOL_MODE_DONECLEANUP_STACKED, 67 55 68 DETTOOL_MODE_TONORMALIZEDSTAT, 56 69 DETTOOL_MODE_ADDNORMALIZEDSTAT, 57 70 DETTOOL_MODE_NORMALIZEDSTAT, 58 71 DETTOOL_MODE_REVERTNORMALIZEDSTAT, 72 DETTOOL_MODE_UPDATENORMALIZEDSTAT, 73 DETTOOL_MODE_PENDINGCLEANUP_NORMALIZEDSTAT, 74 DETTOOL_MODE_DONECLEANUP_NORMALIZEDSTAT, 75 59 76 DETTOOL_MODE_TONORMALIZE, 60 77 DETTOOL_MODE_ADDNORMALIZEDIMFILE, 61 78 DETTOOL_MODE_NORMALIZEDIMFILE, 62 79 DETTOOL_MODE_REVERTNORMALIZEDIMFILE, 80 DETTOOL_MODE_UPDATENORMALIZEDIMFILE, 81 DETTOOL_MODE_PENDINGCLEANUP_NORMALIZEDIMFILE, 82 DETTOOL_MODE_DONECLEANUP_NORMALIZEDIMFILE, 83 63 84 DETTOOL_MODE_TONORMALIZEDEXP, 64 85 DETTOOL_MODE_ADDNORMALIZEDEXP, 65 86 DETTOOL_MODE_NORMALIZEDEXP, 66 87 DETTOOL_MODE_REVERTNORMALIZEDEXP, 88 DETTOOL_MODE_UPDATENORMALIZEDEXP, 89 DETTOOL_MODE_PENDINGCLEANUP_NORMALIZEDEXP, 90 DETTOOL_MODE_DONECLEANUP_NORMALIZEDEXP, 91 67 92 DETTOOL_MODE_TORESIDIMFILE, 68 93 DETTOOL_MODE_ADDRESIDIMFILE, 69 94 DETTOOL_MODE_RESIDIMFILE, 70 95 DETTOOL_MODE_REVERTRESIDIMFILE, 96 DETTOOL_MODE_UPDATERESIDIMFILE, 97 DETTOOL_MODE_PENDINGCLEANUP_RESIDIMFILE, 98 DETTOOL_MODE_DONECLEANUP_RESIDIMFILE, 99 71 100 DETTOOL_MODE_TORESIDEXP, 72 101 DETTOOL_MODE_ADDRESIDEXP, 73 102 DETTOOL_MODE_RESIDEXP, 74 103 DETTOOL_MODE_REVERTRESIDEXP, 104 DETTOOL_MODE_UPDATERESIDEXP, 105 DETTOOL_MODE_PENDINGCLEANUP_RESIDEXP, 106 DETTOOL_MODE_DONECLEANUP_RESIDEXP, 107 75 108 DETTOOL_MODE_TODETRUNSUMMARY, 76 109 DETTOOL_MODE_ADDDETRUNSUMMARY, 77 110 DETTOOL_MODE_DETRUNSUMMARY, 78 111 DETTOOL_MODE_REVERTDETRUNSUMMARY, 79 DETTOOL_MODE_UPDATERESIDEXP,80 112 DETTOOL_MODE_UPDATEDETRUNSUMMARY, 81 113 DETTOOL_MODE_UPDATEDETRUN, … … 92 124 bool tocorrectimfileMode(pxConfig *config); 93 125 bool addcorrectimfileMode(pxConfig *config); 126 94 127 // register 95 128 bool register_detrend_imfileMode(pxConfig *config); 96 129 130 // processedimfile 131 bool toprocessedimfileMode(pxConfig *config); 132 bool addprocessedimfileMode(pxConfig *config); 133 bool processedimfileMode(pxConfig *config); 134 bool revertprocessedimfileMode(pxConfig *config); 135 bool updateprocessedimfileMode(pxConfig *config); 136 bool pendingcleanup_processedimfileMode(pxConfig *config); 137 bool donecleanup_processedimfileMode(pxConfig *config); 138 139 // processedexp 140 bool toprocessedexpMode(pxConfig *config); 141 bool addprocessedexpMode(pxConfig *config); 142 bool processedexpMode(pxConfig *config); 143 bool revertprocessedexpMode(pxConfig *config); 144 bool updateprocessedexpMode(pxConfig *config); 145 bool pendingcleanup_processedexpMode(pxConfig *config); 146 bool donecleanup_processedexpMode(pxConfig *config); 147 148 // stackedimfile 149 bool tostackedMode(pxConfig *config); 150 bool addstackedMode(pxConfig *config); 151 bool stackedMode(pxConfig *config); 152 bool revertstackedMode(pxConfig *config); 153 bool updatestackedMode(pxConfig *config); 154 bool pendingcleanup_stackedMode(pxConfig *config); 155 bool donecleanup_stackedMode(pxConfig *config); 156 157 // normalizedstat 158 bool tonormalizedstatMode(pxConfig *config); 159 bool addnormalizedstatMode(pxConfig *config); 160 bool normalizedstatMode(pxConfig *config); 161 bool revertnormalizedstatMode(pxConfig *config); 162 bool updatenormalizedstatMode(pxConfig *config); 163 bool pendingcleanup_normalizedstatMode(pxConfig *config); 164 bool donecleanup_normalizedstatMode(pxConfig *config); 165 166 // normalizedimfile 167 bool tonormalizeMode(pxConfig *config); 168 bool addnormalizedimfileMode(pxConfig *config); 169 bool normalizedimfileMode(pxConfig *config); 170 bool revertnormalizedimfileMode(pxConfig *config); 171 bool updatenormalizedimfileMode(pxConfig *config); 172 bool pendingcleanup_normalizedimfileMode(pxConfig *config); 173 bool donecleanup_normalizedimfileMode(pxConfig *config); 174 175 // normalizedexp 176 bool tonormalizedexpMode(pxConfig *config); 177 bool addnormalizedexpMode(pxConfig *config); 178 bool normalizedexpMode(pxConfig *config); 179 bool revertnormalizedexpMode(pxConfig *config); 180 bool updatenormalizedexpMode(pxConfig *config); 181 bool pendingcleanup_normalizedexpMode(pxConfig *config); 182 bool donecleanup_normalizedexpMode(pxConfig *config); 183 184 // residimfile 185 bool toresidimfileMode(pxConfig *config); 186 bool addresidimfileMode(pxConfig *config); 187 bool residimfileMode(pxConfig *config); 188 bool revertresidimfileMode(pxConfig *config); 189 bool updateresidimfileMode(pxConfig *config); 190 bool pendingcleanup_residimfileMode(pxConfig *config); 191 bool donecleanup_residimfileMode(pxConfig *config); 192 193 // residexp 194 bool toresidexpMode(pxConfig *config); 195 bool addresidexpMode(pxConfig *config); 196 bool residexpMode(pxConfig *config); 197 bool revertresidexpMode(pxConfig *config); 198 bool updateresidexpMode(pxConfig *config); 199 bool pendingcleanup_residexpMode(pxConfig *config); 200 bool donecleanup_residexpMode(pxConfig *config); 201 202 // detrunsummary 203 bool todetrunsummaryMode(pxConfig *config); 204 bool adddetrunsummaryMode(pxConfig *config); 205 bool detrunsummaryMode(pxConfig *config); 206 bool revertdetrunsummaryMode(pxConfig *config); 207 bool updatedetrunsummaryMode(pxConfig *config); 208 209 // other utilities 210 bool startNewIteration(pxConfig *config, psS64 det_id); 211 bool setDetRunState(pxConfig *config, psS64 det_id, const char *state); 212 bool isValidDataState (const char *data_state); 213 bool isValidMode(pxConfig *config, const char *mode); 214 215 // functions to set the 'data_state' for stages 216 bool setProcessedImfileDataState(pxConfig *config, psS64 det_id, psS64 exp_id, const char *class_id, const char *data_state); 217 bool setProcessedExpDataState(pxConfig *config, psS64 det_id, psS64 exp_id, const char *data_state); 218 bool setStackedImfileDataState(pxConfig *config, psS64 det_id, psS32 iteration, const char *class_id, const char *data_state); 219 bool setNormStatImfileDataState(pxConfig *config, psS64 det_id, psS32 iteration, const char *class_id, const char *data_state); 220 bool setNormImfileDataState(pxConfig *config, psS64 det_id, psS32 iteration, const char *class_id, const char *data_state); 221 bool setNormExpDataState(pxConfig *config, psS64 det_id, psS32 iteration, const char *data_state); 222 bool setResidImfileDataState(pxConfig *config, psS64 det_id, psS32 iteration, psS64 exp_id, const char *class_id, const char *data_state); 223 bool setResidExpDataState(pxConfig *config, psS64 det_id, psS32 iteration, psS64 exp_id, const char *data_state); 224 97 225 #endif // DETTOOL_H
Note:
See TracChangeset
for help on using the changeset viewer.
