Changeset 6032 for trunk/ippTools/src/p2searchPendingFrames.c
- Timestamp:
- Jan 17, 2006, 7:27:07 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2searchPendingFrames.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2searchPendingFrames.c
r5881 r6032 2 2 3 3 // select pending frames (exposure+images) which are done/not done 4 psArray *p2searchPendingFrames (p2SearchConfig *config , bool isDone) {4 psArray *p2searchPendingFrames (p2SearchConfig *config) { 5 5 6 6 // build 'where' structure 7 7 psMetadata *where = psMetadataAlloc (); 8 9 if (isDone) {10 psMetadataAddStr (where, PS_LIST_TAIL, "STATE", 0, "==", P2_STATE_DONE);11 } else {12 psMetadataAddStr (where, PS_LIST_TAIL, "STATE", 0, "==", P2_STATE_PENDING);13 }14 8 15 9 // in order to include these restrictions, we need to define these table columns
Note:
See TracChangeset
for help on using the changeset viewer.
