Changeset 6906 for trunk/psModules/src/astrom/pmFPAfile.h
- Timestamp:
- Apr 19, 2006, 10:30:49 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmFPAfile.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmFPAfile.h
r6872 r6906 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-04-1 7 18:01:04$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-04-19 20:30:49 $ 11 11 * 12 12 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii … … 46 46 47 47 typedef enum { 48 PM_FPA_STATE_OPEN, 49 PM_FPA_STATE_CLOSED, 48 PM_FPA_STATE_OPEN = 0x01, 49 PM_FPA_STATE_CLOSED = 0x02, 50 PM_FPA_STATE_INACTIVE = 0x04, 50 51 } pmFPAfileState; 51 52 … … 111 112 bool pmFPAfileClose (pmFPAfile *file, const pmFPAview *view); 112 113 114 // set the state of the specified pmFPAfile to active (state == true) or inactive 115 // if name is NULL, set the state for all pmFPAfiles 116 bool pmFPAfileActivate (psMetadata *files, bool state, char *name); 117 113 118 // examine all pmFPAfiles listed in the files and perform the needed I/O operations (open,read,write,close) 114 119 bool pmFPAfileIOChecks (psMetadata *files, const pmFPAview *view, pmFPAfilePlace place);
Note:
See TracChangeset
for help on using the changeset viewer.
