IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11040


Ignore:
Timestamp:
Jan 11, 2007, 12:54:56 PM (19 years ago)
Author:
Paul Price
Message:

Adding function pmConfigReadParamsSet. Adding const for pmConfigConvertFilename.

File:
1 edited

Legend:

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

    r10965 r11040  
    99/// @author Eugene Magnier, IfA
    1010///
    11 /// @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2007-01-08 22:26:06 $
     11/// @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     12/// @date $Date: 2007-01-11 22:54:56 $
    1313///
    1414/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    155155                       );
    156156
    157 // convert the supplied name, create a new output psString
    158 psString pmConfigConvertFilename (char *filename, pmConfig *config);
     157/// Convert the supplied name, create a new output psString
     158psString pmConfigConvertFilename(const char *filename, const pmConfig *config);
     159
     160/// Set whether all config parameters are read on startup
     161bool pmConfigReadParamsSet(bool newReadCameraConfig // Desired mode for camera configuration reading
     162                          );
     163
    159164
    160165#endif
Note: See TracChangeset for help on using the changeset viewer.