Changeset 6060 for trunk/ippTools/src/p2writePendingFrames.c
- Timestamp:
- Jan 19, 2006, 4:16:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2writePendingFrames.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2writePendingFrames.c
r5881 r6060 2 2 3 3 // select pending frames (exposure+images) which are done/not done 4 bool p2writePending Images (p2SearchConfig *config, psArray *frames) {4 bool p2writePendingFrames (p2Config *config, psArray *frames) { 5 5 6 6 for (int i = 0; i < frames->n; i++) { … … 8 8 9 9 for (int j = 0; j < frame->images->n; j++) { 10 p2PendingIm age*image = frame->images->data[j];11 fprintf (stdout, "%s % c %c %s %s %s %s %s %s %c\n",12 image->exp ID,13 image-> P2version,10 p2PendingImfileRow *image = frame->images->data[j]; 11 fprintf (stdout, "%s %d %s %s %s\n", 12 image->exp_id, 13 image->p2_version, 14 14 image->class, 15 image->classID, 16 image->urlroot, 17 image->input, 18 image->output, 19 image->log, 20 image->smf, 21 image->state); 15 image->class_id, 16 image->url); 22 17 } 23 18 }
Note:
See TracChangeset
for help on using the changeset viewer.
