Changeset 6210 for trunk/ippTools/src/p2insertPendingFrames.c
- Timestamp:
- Jan 26, 2006, 1:26:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2insertPendingFrames.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2insertPendingFrames.c
r6169 r6210 1 1 #include <metadatadb.h> 2 2 3 # include "p2tools.h"3 #include "pxtools.h" 4 4 5 5 // select pending frames (exposure+images) which are done/not done 6 6 // NOTE this function converts the rawFrames to pendingFrames AND inserts them 7 7 // this is useful since the table must be locked the whole time, to get the versions 8 bool p2insertPendingFrames(p 2Config *config, psArray *rawFrames) {8 bool p2insertPendingFrames(pxConfig *config, psArray *rawFrames) { 9 9 PS_ASSERT_PTR_NON_NULL(config, false); 10 10 PS_ASSERT_PTR_NON_NULL(rawFrames, false);
Note:
See TracChangeset
for help on using the changeset viewer.
