Changeset 6336 for trunk/ippTools/src/p2pendingToDone.c
- Timestamp:
- Feb 7, 2006, 10:19:58 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2pendingToDone.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2pendingToDone.c
r6277 r6336 16 16 pendingFrame->exposure->exp_id, 17 17 pendingFrame->exposure->camera, 18 pendingFrame->exposure->telescope, 18 19 pendingFrame->exposure->exp_type, 20 pendingFrame->exposure->class, 21 pendingFrame->exposure->imfiles, 19 22 pendingFrame->exposure->filter, 20 pendingFrame->exposure->class, 21 pendingFrame->exposure->nclass, // XXX ndone is uneeded? 22 0xFF, // ndone 23 pendingFrame->exposure->stats, 24 "my recipe", 23 25 pendingFrame->exposure->p1_version, 24 26 pendingFrame->exposure->p2_version 25 //doneExposure->state = P2_STATE_DONE;26 27 ); 27 28 … … 39 40 p2DoneImfileRow *doneImage = p2DoneImfileRowAlloc( 40 41 pendingImage->exp_id, 41 pendingImage->class,42 42 pendingImage->class_id, 43 pendingImage->url, 44 "my stats", // stats 45 "my recipe", // recipe 43 46 pendingImage->p1_version, 44 pendingImage->p2_version, 45 "", // recipe 46 "", // stats 47 pendingImage->url 47 pendingImage->p2_version 48 48 ); 49 49 … … 73 73 p2DoneImfileRow *doneImfile = p2DoneImfileRowAlloc( 74 74 pendingImfile->exp_id, 75 pendingImfile->class,76 75 pendingImfile->class_id, 76 pendingImfile->url, 77 "my recipe", // recipe 78 "my stats", // stats 77 79 pendingImfile->p1_version, 78 pendingImfile->p2_version, 79 "", // recipe 80 "", // stats 81 pendingImfile->url 80 pendingImfile->p2_version 82 81 ); 83 82 … … 95 94 pendingExp->exp_id, 96 95 pendingExp->camera, 96 pendingExp->telescope, 97 97 pendingExp->exp_type, 98 pendingExp->class, 99 pendingExp->imfiles, // XXX ndone is uneeded? 98 100 pendingExp->filter, 99 pendingExp->class, 100 pendingExp->nclass, // XXX ndone is uneeded? 101 0xFF, // ndone 101 pendingExp->stats, 102 "my recipe", 102 103 pendingExp->p1_version, 103 104 pendingExp->p2_version
Note:
See TracChangeset
for help on using the changeset viewer.
