Changeset 6261 for trunk/ippTools/src/p2updatePending.c
- Timestamp:
- Jan 30, 2006, 6:08:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2updatePending.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2updatePending.c
r6210 r6261 9 9 10 10 // select all of the exposures which are still pending 11 psMetadataAddS32 (where, PS_LIST_TAIL, "STATE", 0, "==", P 2_MODE_PENDING);11 psMetadataAddS32 (where, PS_LIST_TAIL, "STATE", 0, "==", PX_MODE_PENDING); 12 12 psArray *exposures = p2PendingExpSelectRowObjects (config->database, where, MAX_ROWS); 13 13 14 14 // we will now select all of the matching images which are done 15 psMetadataAddS32 (where, PS_LIST_TAIL, "STATE", PS_META_REPLACE, "==", P 2_MODE_DONE);15 psMetadataAddS32 (where, PS_LIST_TAIL, "STATE", PS_META_REPLACE, "==", PX_MODE_DONE); 16 16 for (int i = 0; i < exposures->n; i++) { 17 17 p2PendingExpRow *exposure = exposures->data[i]; … … 27 27 // frame is complete, set exposure state to done 28 28 // XXX add P2 stats here? 29 // exposure->state = P 2_MODE_DONE;29 // exposure->state = PX_MODE_DONE; 30 30 // p2PendingExposureUpdateRows (config->database, exposure); 31 31 }
Note:
See TracChangeset
for help on using the changeset viewer.
