Changeset 6210 for trunk/ippTools/src/p2updatePending.c
- Timestamp:
- Jan 26, 2006, 1:26:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2updatePending.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2updatePending.c
r6133 r6210 1 # include "p2tools.h"1 #include "pxtools.h" 2 2 3 3 // select pending frames (exposure+images) which are not done, select their done images, count, update 4 bool p2updatePendingFrames(p 2Config *config, psArray *pendingFrames) {4 bool p2updatePendingFrames(pxConfig *config, psArray *pendingFrames) { 5 5 PS_ASSERT_PTR_NON_NULL(config, false); 6 6 PS_ASSERT_PTR_NON_NULL(pendingFrames, false);
Note:
See TracChangeset
for help on using the changeset viewer.
