Changeset 23594 for branches/cnb_branches/cnb_branch_20090301/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/psModules
- Property svn:mergeinfo changed
/trunk/psModules merged: 23354,23358,23370,23374,23378,23404-23405,23428,23432,23447,23450-23452,23476,23487,23498,23535,23574,23576-23577,23587
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/camera/pmFPAfileDefine.h
r23351 r23594 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.
