Changeset 6277
- Timestamp:
- Jan 31, 2006, 7:26:40 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 3 edited
-
p2insertPendingFrames.c (modified) (2 diffs)
-
p2pendingToDone.c (modified) (4 diffs)
-
p2rawToPending.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2insertPendingFrames.c
r6221 r6277 38 38 rawFrame->exposure->exp_id, 39 39 rawFrame->exposure->camera, 40 rawFrame->exposure->exp_type, 40 41 rawFrame->exposure->filter, 41 42 rawFrame->exposure->class, … … 52 53 p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc( 53 54 rawImage->exp_id, 54 rawImage->exptype,55 55 rawImage->class, 56 56 rawImage->class_id, -
trunk/ippTools/src/p2pendingToDone.c
r6210 r6277 16 16 pendingFrame->exposure->exp_id, 17 17 pendingFrame->exposure->camera, 18 pendingFrame->exposure->exp_type, 18 19 pendingFrame->exposure->filter, 19 20 pendingFrame->exposure->class, … … 38 39 p2DoneImfileRow *doneImage = p2DoneImfileRowAlloc( 39 40 pendingImage->exp_id, 40 pendingImage->exptype,41 41 pendingImage->class, 42 42 pendingImage->class_id, … … 73 73 p2DoneImfileRow *doneImfile = p2DoneImfileRowAlloc( 74 74 pendingImfile->exp_id, 75 pendingImfile->exptype,76 75 pendingImfile->class, 77 76 pendingImfile->class_id, … … 96 95 pendingExp->exp_id, 97 96 pendingExp->camera, 97 pendingExp->exp_type, 98 98 pendingExp->filter, 99 99 pendingExp->class, -
trunk/ippTools/src/p2rawToPending.c
r6221 r6277 15 15 rawFrame->exposure->exp_id, 16 16 rawFrame->exposure->camera, 17 rawFrame->exposure->exp_type, 17 18 rawFrame->exposure->filter, 18 19 rawFrame->exposure->class, … … 28 29 p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc( 29 30 rawImage->exp_id, 30 rawImage->exptype,31 31 rawImage->class, 32 32 rawImage->class_id,
Note:
See TracChangeset
for help on using the changeset viewer.
