Changeset 23351 for branches/cnb_branches/cnb_branch_20090301/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Mar 17, 2009, 12:07:42 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmFPAfileDefine.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/cnb_branches/cnb_branch_20090215/psModules merged eligible /trunk/psModules merged eligible /branches/cnb_branch_20090215/psModules 21495-22685 /branches/eam_branches/eam_branch_20090303/psModules 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/camera/pmFPAfileDefine.h
r20637 r23351 53 53 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 54 54 // reference count is held by the config->files metadata. 55 pmFPAfile *pmFPAfileDefineFromArgs (bool *found, pmConfig *config, const char *filename, const char *argname);55 pmFPAfile *pmFPAfileDefineFromArgs(bool *found, pmConfig *config, const char *filename, const char *argname); 56 56 57 57 // look for the given argname on the argument list; bind the associated files to the specified … … 59 59 // Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 60 60 // reference count is held by the config->files metadata. 61 pmFPAfile *pmFPAfileBindFromArgs (bool *found, pmFPAfile *input, pmConfig *config, const char *filename, const char *argname); 61 pmFPAfile *pmFPAfileBindFromArgs(bool *found, pmFPAfile *input, pmConfig *config, const char *filename, const char *argname); 62 63 /// Define a file based on the filenames in the RUN metadata in the configuration 64 /// 65 /// Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only 66 /// reference count is held by the config->files metadata. 67 pmFPAfile *pmFPAfileDefineFromRun( 68 bool *found, ///< Found files? 69 pmConfig *config, ///< Configuration 70 const char *filename ///< Name of file 71 ); 72 62 73 63 74 // 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.
