Changeset 23268 for trunk/psModules/src/camera/pmFPAfileDefine.h
- Timestamp:
- Mar 11, 2009, 10:54:22 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.h
r20637 r23268 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.
