Changeset 7480 for trunk/psModules/src/camera/pmFPAfile.h
- Timestamp:
- Jun 9, 2006, 5:01:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.h
r7017 r7480 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-0 5-01 01:55:43$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-10 03:01:29 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 43 43 PM_FPA_MODE_WRITE, 44 44 PM_FPA_MODE_INTERNAL, 45 PM_FPA_MODE_REFERENCE, 45 46 } pmFPAfileMode; 46 47 … … 112 113 bool pmFPAfileClose (pmFPAfile *file, const pmFPAview *view); 113 114 115 // free the data at this level 116 bool pmFPAfileFreeData(pmFPAfile *file, const pmFPAview *view); 117 114 118 // set the state of the specified pmFPAfile to active (state == true) or inactive 115 119 // if name is NULL, set the state for all pmFPAfiles … … 139 143 bool pmFPAviewWriteFitsImage (const pmFPAview *view, pmFPAfile *file); 140 144 145 // free the appropriate image containers 146 bool pmFPAviewFreeFitsImage (const pmFPAview *view, pmFPAfile *file); 147 141 148 // look for the given argname on the argument list. find the give filename from the file rules 142 149 pmFPAfile *pmFPAfileFromArgs (bool *found, pmConfig *config, char *filename, char *argname);
Note:
See TracChangeset
for help on using the changeset viewer.
