Changeset 16344 for trunk/psModules/src/camera/pmFPAfileIO.h
- Timestamp:
- Feb 6, 2008, 2:09:40 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileIO.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileIO.h
r12832 r16344 3 3 * 4 4 * @author EAM, IfA 5 * @author PAP, IfA 5 6 * 6 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-04-14 03:22:47$7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-02-07 00:09:40 $ 8 9 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 10 */ … … 34 35 // set the state of the specified pmFPAfile to active (state == true) or inactive 35 36 // if name is NULL, set the state for all pmFPAfiles 36 bool pmFPAfileActivate (psMetadata *files, bool state, char *name); 37 bool pmFPAfileActivate (psMetadata *files, bool state, const char *name); 38 39 /// Set the state of a single pmFPAfile (in the case of multiple files with the same name) 40 /// 41 /// Returns file activated 42 pmFPAfile *pmFPAfileActivateSingle(psMetadata *files, ///< Files to activate 43 bool state, ///< State to set 44 const char *name, ///< Name of file to activate 45 int num ///< Sequence numbner of file to activate 46 ); 37 47 38 48 // examine all pmFPAfiles listed in the files and perform the needed I/O operations (open,read,write,close)
Note:
See TracChangeset
for help on using the changeset viewer.
