Changeset 6336 for trunk/ippTools/src/p2insertPendingFrames.c
- Timestamp:
- Feb 7, 2006, 10:19:58 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2insertPendingFrames.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2insertPendingFrames.c
r6299 r6336 38 38 rawFrame->exposure->exp_id, 39 39 rawFrame->exposure->camera, 40 rawFrame->exposure->telescope, 40 41 rawFrame->exposure->exp_type, 42 rawFrame->exposure->class, 43 rawFrame->exposure->imfiles, 41 44 rawFrame->exposure->filter, 42 rawFrame->exposure->class,43 rawFrame->exposure->nclass,44 45 rawFrame->exposure->stats, 46 "my recipe", 45 47 0xff, 46 48 0xff … … 54 56 p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc( 55 57 rawImage->exp_id, 56 rawImage->class,57 58 rawImage->class_id, 59 rawImage->url, 60 "my stats", 61 "my recipe", 58 62 0xff, // p1 59 0xff, // p2 60 "", 61 "", 62 // XXX cleanup the url somehow 63 rawImage->url 63 0xff // p2 64 64 ); 65 65
Note:
See TracChangeset
for help on using the changeset viewer.
