IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2006, 4:17:11 PM (20 years ago)
Author:
Paul Price
Message:

Adding functions to check the file_exists flags; adding pmFPAviewReset.

File:
1 edited

Legend:

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

    r7630 r8047  
    77*  @author GLG, MHPCC
    88*
    9 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-06-22 20:03:50 $
     9*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-08-02 02:17:11 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    230230bool pmCellSetFileStatus (pmCell *cell, bool status);
    231231
     232/* Functions to check the file_exists flags */
     233bool pmFPACheckFileStatus(const pmFPA *fpa);
     234bool pmChipCheckFileStatus(const pmChip *chip);
     235bool pmCellCheckFileStatus(const pmCell *cell);
     236
    232237/* functions to turn on/off the data_exists flags */
    233238bool pmFPASetDataStatus (pmFPA *fpa, bool status);
Note: See TracChangeset for help on using the changeset viewer.