- Timestamp:
- Mar 29, 2006, 10:55:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmFPAviewObjectsIO.h
r6556 r6726 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-03- 09 03:14:23$5 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-03-29 20:55:42 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 13 13 # define PM_FPA_OBJECTS_IO_H 14 14 15 bool pmFPAviewReadObjects ( pmFPAview *view, pmFPAfile *file);16 bool pmFPAReadObjects (pmFPA *fpa, pmFPAview *view, pmFPAfile *file);17 bool pmChipReadObjects (pmChip *chip, pmFPAview *view, pmFPAfile *file);18 bool pmCellReadObjects (pmCell *cell, pmFPAview *view, pmFPAfile *file);19 bool pmReadoutReadObjects (pmReadout *readout, pmFPAview *view, pmFPAfile *file);15 bool pmFPAviewReadObjects (const pmFPAview *view, pmFPAfile *file); 16 bool pmFPAReadObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file); 17 bool pmChipReadObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file); 18 bool pmCellReadObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file); 19 bool pmReadoutReadObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file); 20 20 21 bool pmFPAviewWriteObjects ( pmFPAview *view, pmFPAfile *file);22 bool pmFPAWriteObjects (pmFPA *fpa, pmFPAview *view, pmFPAfile *file);23 bool pmChipWriteObjects (pmChip *chip, pmFPAview *view, pmFPAfile *file);24 bool pmCellWriteObjects (pmCell *cell, pmFPAview *view, pmFPAfile *file);25 bool pmReadoutWriteObjects (pmReadout *readout, pmFPAview *view, pmFPAfile *file);21 bool pmFPAviewWriteObjects (const pmFPAview *view, pmFPAfile *file); 22 bool pmFPAWriteObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file); 23 bool pmChipWriteObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file); 24 bool pmCellWriteObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file); 25 bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file); 26 26 27 27 # endif /* PM_FPA_OBJECTS_IO_H */
Note:
See TracChangeset
for help on using the changeset viewer.
