IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2006, 2:28:28 PM (20 years ago)
Author:
Paul Price
Message:

Reworking pmFPAAddSource for better code maintainance, and to implement PHU=FPA,EXT=NONE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPA.h

    r6713 r6804  
    77*  @author GLG, MHPCC
    88*
    9 *  @version $Revision: 1.1.4.5 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-03-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 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    222222bool pmCellSetDataStatus (pmCell *cell, bool status);
    223223
    224 /** FUNC DESC
    225  *
    226  *
    227  *
    228  *
    229  */
    230 
     224/** Specify the level for an operation.
     225 */
     226typedef 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;
    231233
    232234
Note: See TracChangeset for help on using the changeset viewer.