Changeset 23354 for trunk/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Mar 17, 2009, 12:31:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.h
r23268 r23354 67 67 pmFPAfile *pmFPAfileDefineFromRun( 68 68 bool *found, ///< Found files? 69 pmFPAfile *bind, ///< File to which to bind, or NULL 69 70 pmConfig *config, ///< Configuration 70 71 const char *filename ///< Name of file 71 72 ); 72 73 74 /// Define multiple files based on the filenames in the RUN metadata in the configuration 75 /// 76 /// An array of the files defined is returned 77 psArray *pmFPAfileDefineMultipleFromRun( 78 bool *found, ///< Found files? 79 psArray *bind, ///< Files to which to bind, or NULL 80 pmConfig *config, ///< Configuration 81 const char *filename ///< Name of file 82 ); 73 83 74 84 // 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.
