IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 5:01:38 PM (20 years ago)
Author:
magnier
Message:

added pmFPAfile Free Data functions and support, added PM_FPA_MODE_REFERENCE

File:
1 edited

Legend:

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

    r7017 r7480  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-05-01 01:55:43 $
     9*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-06-10 03:01:29 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    4343    PM_FPA_MODE_WRITE,
    4444    PM_FPA_MODE_INTERNAL,
     45    PM_FPA_MODE_REFERENCE,
    4546} pmFPAfileMode;
    4647
     
    112113bool pmFPAfileClose (pmFPAfile *file, const pmFPAview *view);
    113114
     115// free the data at this level
     116bool pmFPAfileFreeData(pmFPAfile *file, const pmFPAview *view);
     117
    114118// set the state of the specified pmFPAfile to active (state == true) or inactive
    115119// if name is NULL, set the state for all pmFPAfiles
     
    139143bool pmFPAviewWriteFitsImage (const pmFPAview *view, pmFPAfile *file);
    140144
     145// free the appropriate image containers
     146bool pmFPAviewFreeFitsImage (const pmFPAview *view, pmFPAfile *file);
     147
    141148// look for the given argname on the argument list.  find the give filename from the file rules
    142149pmFPAfile *pmFPAfileFromArgs (bool *found, pmConfig *config, char *filename, char *argname);
Note: See TracChangeset for help on using the changeset viewer.