IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2007, 2:05:18 PM (19 years ago)
Author:
jhoblitt
Message:

add first pass nebclient support/linking
change pmConfigConvertFilename() to accept a boolean create [file] parameter

File:
1 edited

Legend:

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

    r11251 r11292  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-01-24 01:05:41 $
     7 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-26 00:05:18 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    155155
    156156/// Convert the supplied name, create a new output psString
    157 psString pmConfigConvertFilename(const char *filename, const pmConfig *config);
     157psString pmConfigConvertFilename(
     158    const char *filename,               ///< file path/URI
     159    const pmConfig *config,             ///< configuration
     160    bool create                         ///< create the file if it doesn't exist
     161);
    158162
    159163/// Set whether all config parameters are read on startup
Note: See TracChangeset for help on using the changeset viewer.