Changeset 16355 for trunk/psModules/src/camera/pmFPAfile.h
- Timestamp:
- Feb 7, 2008, 1:45:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfile.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfile.h
r16343 r16355 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-02-07 00:08:53$6 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-02-07 23:45:56 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 128 128 const char *pmFPAfileStringFromType(pmFPAfileType type); 129 129 130 /// Select files with the same name from the list of files 131 /// 132 /// Returns all files if name is NULL. 133 psArray *pmFPAfileSelect(psMetadata *files, ///< All files 134 const char *name ///< Name of file(s) to return, or NULL for all 135 ); 136 137 /// Select a specific instance of a file from the list of files 138 /// 139 /// Returns the num-th instance of all files if name is NULL. 140 pmFPAfile *pmFPAfileSelectSingle(psMetadata *files, ///< All files 141 const char *name, ///< Name of file 142 int num ///< Instance number of specific instance 143 ); 144 145 146 130 147 /// @} 131 148 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
