Changeset 19399 for trunk/psModules/src/config/pmConfigDump.h
- Timestamp:
- Sep 5, 2008, 12:41:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigDump.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigDump.h
r19042 r19399 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-0 8-13 02:32:35$6 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-09-05 22:41:58 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 30 30 /// Dump the configuration to a file 31 31 /// 32 /// The output file is designated by the CONFIG.DUMP metadata in the system configuration, keyed by the FPA33 /// level of the supplied source. In addition to the standard concept interpolation, additional34 /// interpolations are defined: "{PROGRAM}" is interpolated to the program name, "{TIMESTAMP}" is interpolated35 /// to the current time (ISO format).36 32 bool pmConfigDump(const pmConfig *config, ///< Configuration to dump 37 const pmFPA *source, ///< Source FPA, defines the level for the file rule38 const char * outroot ///< Output rootname33 const pmFPA *source, ///< Source FPA, defines the level for the file rule 34 const char *filename ///< Output file name 39 35 ); 40 36
Note:
See TracChangeset
for help on using the changeset viewer.
