Changeset 9602 for trunk/psModules/src/camera/pmFPAWrite.c
- Timestamp:
- Oct 16, 2006, 5:16:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.c
r9570 r9602 15 15 #include "pmFPAWrite.h" 16 16 17 bool pmReadoutWriteNext(pmReadout *readout, // Readout to write 18 psFits *fits, // FITS file to which to write 19 int z // Image plane to write 20 ) 17 bool pmReadoutWriteNext(pmReadout *readout, psFits *fits, int z) 21 18 { 22 19 PS_ASSERT_PTR_NON_NULL(readout, false); … … 133 130 134 131 135 bool pmChipWrite(pmChip *chip, // Chip to write 136 psFits *fits, // FITS file to which to write 137 psDB *db, // Database handle for "concepts" update 138 bool blank, // Write a blank PHU? 139 bool recurse // Recurse to lower levels? 140 ) 132 bool pmChipWrite(pmChip *chip, psFits *fits, psDB *db, bool blank, bool recurse) 141 133 { 142 134 PS_ASSERT_PTR_NON_NULL(chip, false); … … 193 185 194 186 195 bool pmFPAWrite(pmFPA *fpa, // FPA to write 196 psFits *fits, // FITS file to which to write 197 psDB *db, // Database handle for "concepts" update 198 bool blank, // Write a blank PHU? 199 bool recurse // Recurse to lower levels? 200 ) 187 bool pmFPAWrite(pmFPA *fpa, psFits *fits, psDB *db, bool blank, bool recurse) 201 188 { 202 189 PS_ASSERT_PTR_NON_NULL(fpa, false);
Note:
See TracChangeset
for help on using the changeset viewer.
