IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Adding LOG and TRACE to list of files written in the RUN metadata.

File:
1 edited

Legend:

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

    r23447 r23748  
    1212    );
    1313
     14/// Add a filename to the list of files read in the run-time information
     15bool pmConfigRunFilenameAddRead(
     16    pmConfig *config,                   ///< Configuration
     17    const char *description,            ///< Description of file
     18    const char *name                    ///< Name of file
     19    );
     20
    1421/// Add a file to the list of files written in the run-time information
    1522bool pmConfigRunFileAddWrite(
    1623    pmConfig *config,                   ///< Configuration
    1724    const pmFPAfile *file               ///< File to add
     25    );
     26
     27
     28/// Add a filename to the list of files written in the run-time information
     29bool pmConfigRunFilenameAddWrite(
     30    pmConfig *config,                   ///< Configuration
     31    const char *description,            ///< Description of file
     32    const char *name                    ///< Name of file
    1833    );
    1934
Note: See TracChangeset for help on using the changeset viewer.