Changeset 12832 for trunk/psModules/src/camera/pmFPA_JPEG.c
- Timestamp:
- Apr 13, 2007, 5:22:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA_JPEG.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA_JPEG.c
r12696 r12832 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-30 21:12:56$7 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-04-14 03:22:47 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 35 36 36 37 bool pmFPAviewWriteJPEG(const pmFPAview *view, pmFPAfile *file, pmConfig *config)37 bool pmFPAviewWriteJPEG(const pmFPAview *view, pmFPAfile *file, const pmConfig *config) 38 38 { 39 39 PS_ASSERT_PTR_NON_NULL(view, false); … … 77 77 78 78 // read in all chip-level JPEG files for this FPA 79 bool pmFPAWriteJPEG (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config)79 bool pmFPAWriteJPEG (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config) 80 80 { 81 81 PS_ASSERT_PTR_NON_NULL(fpa, false); … … 92 92 93 93 // read in all cell-level JPEG files for this chip 94 bool pmChipWriteJPEG (pmChip *chip, const pmFPAview *view, pmFPAfile *file, pmConfig *config)94 bool pmChipWriteJPEG (pmChip *chip, const pmFPAview *view, pmFPAfile *file, const pmConfig *config) 95 95 { 96 96 PS_ASSERT_PTR_NON_NULL(chip, false); … … 107 107 108 108 // read in all readout-level JPEG files for this cell 109 bool pmCellWriteJPEG (pmCell *cell, const pmFPAview *view, pmFPAfile *file, pmConfig *config)109 bool pmCellWriteJPEG (pmCell *cell, const pmFPAview *view, pmFPAfile *file, const pmConfig *config) 110 110 { 111 111 PS_ASSERT_PTR_NON_NULL(cell, false); … … 125 125 // just because the values are in a poor range. it is more convenient to know you are getting 126 126 // a jpeg which is weird than to fail to get the file at all. 127 bool pmReadoutWriteJPEG (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config)127 bool pmReadoutWriteJPEG (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, const pmConfig *config) 128 128 { 129 129 bool status;
Note:
See TracChangeset
for help on using the changeset viewer.
