IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2009, 2:33:59 PM (17 years ago)
Author:
Paul Price
Message:

Put statistics files in RUN metadata. Removed unnecessary argument from pmConfigDump. Reorganised ppSub so configuration is carried by the ppSubData, which means that the configuration can be dumped when we free the ppSubData (similar operation as for writing statistics).

Location:
trunk/psModules/src/config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigDump.c

    r23285 r23753  
    138138
    139139
    140 bool pmConfigDump(const pmConfig *config, const pmFPA *source, const char *filename)
     140bool pmConfigDump(const pmConfig *config, const char *filename)
    141141{
    142142    PS_ASSERT_PTR_NON_NULL(config, false);
  • trunk/psModules/src/config/pmConfigDump.h

    r19399 r23753  
    3131///
    3232bool pmConfigDump(const pmConfig *config, ///< Configuration to dump
    33                   const pmFPA *source,    ///< Source FPA, defines the level for the file rule
    3433                  const char *filename    ///< Output file name
    3534    );
  • trunk/psModules/src/config/pmConfigRun.h

    r23748 r23753  
    2424    const pmFPAfile *file               ///< File to add
    2525    );
    26 
    2726
    2827/// Add a filename to the list of files written in the run-time information
Note: See TracChangeset for help on using the changeset viewer.