IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2007, 10:04:01 AM (19 years ago)
Author:
magnier
Message:

added functions to check pmFPA/Chip/Cell/Readout data_exists flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAFlags.h

    r12696 r13190  
    66 *  @author Eugene Magnier, IfA
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-03-30 21:12:56 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-05-03 20:04:01 $
    1010 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1111 */
     
    6565                        );
    6666
     67
     68// Functions the check the data_exists flags
     69
     70/// Check data_exists for the element of this fpa at this view
     71bool pmFPAviewCheckDataStatus (const pmFPA *fpa, ///< FPA to check
     72                               const pmFPAview *view ///< check for this view
     73  );
     74
     75/// Check data_exists for this fpa
     76bool pmFPACheckDataStatus (const pmFPA *fpa ///< FPA to check
     77  );
     78
     79/// Check data_exists for this chip
     80bool pmChipCheckDataStatus (const pmChip *chip ///< Chip to check
     81);
     82
     83/// Check data_exists for this cell
     84bool pmCellCheckDataStatus (const pmCell *cell ///< Cell to check
     85);
     86
     87/// Check data_exists for this readout
     88bool pmReadoutCheckDataStatus (const pmReadout *readout ///< Readout to check
     89);
     90
     91
    6792// Functions to set the process flags
    6893
Note: See TracChangeset for help on using the changeset viewer.