IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2006, 6:29:37 PM (19 years ago)
Author:
jhoblitt
Message:

remove pzPendingFrame struct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.h

    r9392 r10038  
    4545
    4646pxConfig *pxConfigAlloc(void);
    47 
    48 typedef struct {
    49     pzPendingExpRow *exposure;
    50     psArray *images;
    51 } pzPendingFrame;
    52 
    53 pzPendingFrame *pzPendingExpFrameAlloc(
    54     pzPendingExpRow *exposure,
    55     psArray *images
    56 );
    5747
    5848typedef struct {
     
    110100psArray *p2searchPendingExp(pxConfig *config);
    111101
    112 bool pzPendingFramePrint(FILE *stream, pxConfig *config, psArray *frames);
    113 psArray *pzPendingFrameSearch(pxConfig *config);
    114 
    115102bool rawScienceFramePrint(FILE *stream, pxConfig *config, psArray *frames);
    116103psArray *rawScienceFrameSearch(pxConfig *config);
Note: See TracChangeset for help on using the changeset viewer.