IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 5:42:10 PM (20 years ago)
Author:
Paul Price
Message:

Fixing after API change to psMetadataPrint; added FILE *fd to pmFPAPrint and pmHDUPrint, which is passed along to psMetadataPrint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAConstruct.h

    r7017 r7492  
    2121
    2222// Print out the FPA
    23 void pmFPAPrint(pmFPA *fpa,             // FPA to print
     23void pmFPAPrint(FILE *fd,               // File descriptor to which to print
     24                pmFPA *fpa,             // FPA to print
    2425                bool header,            // Print headers?
    2526                bool concepts           // Print concepts?
Note: See TracChangeset for help on using the changeset viewer.