IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2006, 7:26:40 PM (20 years ago)
Author:
jhoblitt
Message:

move exptype from Imfile -> Exp
rename exptype -> exp_type rename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2pendingToDone.c

    r6210 r6277  
    1616            pendingFrame->exposure->exp_id,
    1717            pendingFrame->exposure->camera,
     18            pendingFrame->exposure->exp_type,
    1819            pendingFrame->exposure->filter,
    1920            pendingFrame->exposure->class,
     
    3839            p2DoneImfileRow *doneImage = p2DoneImfileRowAlloc(
    3940                pendingImage->exp_id,
    40                 pendingImage->exptype,
    4141                pendingImage->class,
    4242                pendingImage->class_id,
     
    7373        p2DoneImfileRow *doneImfile = p2DoneImfileRowAlloc(
    7474            pendingImfile->exp_id,
    75             pendingImfile->exptype,
    7675            pendingImfile->class,
    7776            pendingImfile->class_id,
     
    9695        pendingExp->exp_id,
    9796        pendingExp->camera,
     97        pendingExp->exp_type,
    9898        pendingExp->filter,
    9999        pendingExp->class,
Note: See TracChangeset for help on using the changeset viewer.