Changeset 11040 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Jan 11, 2007, 12:54:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r10965 r11040 9 9 /// @author Eugene Magnier, IfA 10 10 /// 11 /// @version $Revision: 1.2 3$ $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 $ 13 13 /// 14 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 155 155 ); 156 156 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 158 psString pmConfigConvertFilename(const char *filename, const pmConfig *config); 159 160 /// Set whether all config parameters are read on startup 161 bool pmConfigReadParamsSet(bool newReadCameraConfig // Desired mode for camera configuration reading 162 ); 163 159 164 160 165 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
