Changeset 6804 for branches/rel10_ifa/psModules/src/astrom/pmFPA.h
- Timestamp:
- Apr 5, 2006, 2:28:28 PM (20 years ago)
- File:
-
- 1 edited
-
branches/rel10_ifa/psModules/src/astrom/pmFPA.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPA.h
r6713 r6804 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.1.4. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 3-28 02:16:26$9 * @version $Revision: 1.1.4.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-04-06 00:28:28 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 222 222 bool pmCellSetDataStatus (pmCell *cell, bool status); 223 223 224 /** FUNC DESC 225 * 226 * 227 * 228 * 229 */ 230 224 /** Specify the level for an operation. 225 */ 226 typedef enum { 227 PM_FPA_LEVEL_NONE, ///< No particular level specified 228 PM_FPA_LEVEL_FPA, ///< Level corresponds to an FPA 229 PM_FPA_LEVEL_CHIP, ///< Level corresponds to a Chip 230 PM_FPA_LEVEL_CELL, ///< Level corresponds to a Cell 231 PM_FPA_LEVEL_READOUT ///< Level corresponds to a Readout 232 } pmFPALevel; 231 233 232 234
Note:
See TracChangeset
for help on using the changeset viewer.
