Changeset 13190 for trunk/psModules/src/camera/pmFPAFlags.h
- Timestamp:
- May 3, 2007, 10:04:01 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAFlags.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAFlags.h
r12696 r13190 6 6 * @author Eugene Magnier, IfA 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 3-30 21:12:56$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-05-03 20:04:01 $ 10 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 11 */ … … 65 65 ); 66 66 67 68 // Functions the check the data_exists flags 69 70 /// Check data_exists for the element of this fpa at this view 71 bool pmFPAviewCheckDataStatus (const pmFPA *fpa, ///< FPA to check 72 const pmFPAview *view ///< check for this view 73 ); 74 75 /// Check data_exists for this fpa 76 bool pmFPACheckDataStatus (const pmFPA *fpa ///< FPA to check 77 ); 78 79 /// Check data_exists for this chip 80 bool pmChipCheckDataStatus (const pmChip *chip ///< Chip to check 81 ); 82 83 /// Check data_exists for this cell 84 bool pmCellCheckDataStatus (const pmCell *cell ///< Cell to check 85 ); 86 87 /// Check data_exists for this readout 88 bool pmReadoutCheckDataStatus (const pmReadout *readout ///< Readout to check 89 ); 90 91 67 92 // Functions to set the process flags 68 93
Note:
See TracChangeset
for help on using the changeset viewer.
