IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2008, 12:41:58 PM (18 years ago)
Author:
bills
Message:

Get configuration dump file name from command line option. If no file
is provided, no dump is created

File:
1 edited

Legend:

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

    r19042 r19399  
    44 *  @author Paul Price, IfA
    55 *
    6  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2008-08-13 02:32:35 $
     6 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2008-09-05 22:41:58 $
    88 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    3030/// Dump the configuration to a file
    3131///
    32 /// The output file is designated by the CONFIG.DUMP metadata in the system configuration, keyed by the FPA
    33 /// level of the supplied source.  In addition to the standard concept interpolation, additional
    34 /// interpolations are defined: "{PROGRAM}" is interpolated to the program name, "{TIMESTAMP}" is interpolated
    35 /// to the current time (ISO format).
    3632bool pmConfigDump(const pmConfig *config, ///< Configuration to dump
    37                   const pmFPA *source,  ///< Source FPA, defines the level for the file rule
    38                   const char *outroot   ///< Output root name
     33                  const pmFPA *source,    ///< Source FPA, defines the level for the file rule
     34                  const char *filename    ///< Output file name
    3935    );
    4036
Note: See TracChangeset for help on using the changeset viewer.