IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2009, 12:31:09 PM (17 years ago)
Author:
Paul Price
Message:

Allow pmFPAfileDefineFromRun to bind to a file. Added new function, pmFPAfileDefineMultipleFromRun, to define multiple files (of the same file rule name, but differing filenames) from the RUN metadata. This is intended for ppStack; might also be useful for ppMerge if we want it to support update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.h

    r23268 r23354  
    6767pmFPAfile *pmFPAfileDefineFromRun(
    6868    bool *found,                        ///< Found files?
     69    pmFPAfile *bind,                    ///< File to which to bind, or NULL
    6970    pmConfig *config,                   ///< Configuration
    7071    const char *filename                ///< Name of file
    7172    );
    7273
     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
     77psArray *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    );
    7383
    7484// 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.