Changeset 13931 for trunk/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Jun 21, 2007, 12:45:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.h
r13704 r13931 4 4 * @author EAM, IfA 5 5 * 6 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-06- 08 00:31:50$6 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-06-21 22:45:27 $ 8 8 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 9 9 */ … … 26 26 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 27 27 // reference count is held by the config->files metadata. 28 pmFPAfile *pmFPAfileDefineOutput (const pmConfig *config, pmFPA *fpa, const char *name); 28 // Define an output pmFPAfile 29 pmFPAfile *pmFPAfileDefineOutput(const pmConfig *config, // Configuration 30 pmFPA *fpa, // Optional FPA to bind 31 const char *name // Name of camera format to use 32 ); 33 34 pmFPAfile *pmFPAfileDefineOutputForFormat(const pmConfig *config, // Configuration 35 pmFPA *fpa, // Optional FPA to bind 36 const char *name, // Name of file rule 37 const char *cameraName, // Name of camera configuration to use 38 const char *formatName // Name of camera format to use 39 ); 29 40 30 41 // look for the given argname on the argument list. find the give filename from the file rules
Note:
See TracChangeset
for help on using the changeset viewer.
