IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2009, 10:54:22 AM (17 years ago)
Author:
Paul Price
Message:

Adding functionality of reading input files from the configuration dump. This is principally used for ensuring we apply the same detrend images with ppImage that we used originally. Applying this framework to ppImage. Will soon apply to other products. Reworked the pmFPAfileDefineFrom* functions to use common code; I think it still works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigRun.h

    r23259 r23268  
    1010    pmConfig *config,                   ///< Configuration
    1111    const pmFPAfile *file               ///< File to add
     12    );
     13
     14/// Retrieve file names for a symbolic file from the run-time information
     15psArray *pmConfigRunFileGet(
     16    pmConfig *config,                   ///< Configuration
     17    const char *name                    ///< Name of symbolic file (pmFPAfile)
    1218    );
    1319
Note: See TracChangeset for help on using the changeset viewer.