Changeset 6859 for branches/rel10_ifa/psModules/src/objects/pmSourceIO.h
- Timestamp:
- Apr 14, 2006, 11:43:59 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourceIO.h
r6712 r6859 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.1.2. 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 3-28 02:14:56$5 * @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-04-14 21:43:59 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 30 30 bool pmPeaksWriteText (psArray *peaks, char *filename); 31 31 32 bool pmFPAviewReadObjects (const pmFPAview *view, pmFPAfile *file); 33 bool pmFPAReadObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file); 34 bool pmChipReadObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file); 35 bool pmCellReadObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file); 36 bool pmReadoutReadObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file); 37 38 bool pmFPAviewWriteObjects (const pmFPAview *view, pmFPAfile *file); 39 bool pmFPAWriteObjects (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file); 40 bool pmChipWriteObjects (pmChip *chip, const pmFPAview *view, pmFPAfile *file); 41 bool pmCellWriteObjects (pmCell *cell, const pmFPAview *view, pmFPAfile *file); 42 bool pmReadoutWriteObjects (pmReadout *readout, const pmFPAview *view, pmFPAfile *file); 43 32 44 # endif /* PM_SOURCE_IO_H */
Note:
See TracChangeset
for help on using the changeset viewer.
