Changeset 9679 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Oct 20, 2006, 1:03:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r9581 r9679 9 9 /// @author Eugene Magnier, IfA 10 10 /// 11 /// @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $12 /// @date $Date: 2006-10- 16 22:03:56$11 /// @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-10-20 23:03:35 $ 13 13 /// 14 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 62 62 ); 63 63 64 /// Set configuration information64 /// Set static configuration information 65 65 /// 66 66 /// The search path for the configuration files is a local static variable, set by this function. … … 68 68 ); 69 69 70 /// Free memory used in the configuration system70 /// Free static memory used in the configuration system 71 71 void pmConfigDone(void); 72 72 … … 74 74 /// 75 75 /// pmConfigRead loads the site configuration (the file name is specified by "-site SITE_FILE" on the 76 /// command-line, the PS_SITE environment variable, or it is $HOME/.ipprc). The c amera configurationis77 /// loaded if it is specified on the command line ("-camera CAMERA_FILE"). Recipes specified on the command78 /// line ("-recipe RECIPE_NAME RECIPE_SOURCE") are also loaded. These command-line arguments are removed from79 /// from the command-line, to simplify parsing. The psLib setups are also performed if specified in the site80 /// configuration.76 /// command-line, the PS_SITE environment variable, or it is $HOME/.ipprc). The configuration search path is 77 /// set. The camera configuration is loaded if it is specified on the command line ("-camera 78 /// CAMERA_FILE"). Recipes specified on the command line ("-recipe RECIPE_NAME RECIPE_SOURCE") are also 79 /// loaded. These command-line arguments are removed from from the command-line, to simplify parsing. The 80 /// psLib log, trace and time setups are also performed if specified in the site configuration. 81 81 pmConfig *pmConfigRead(int *argc, ///< Number of command-line arguments 82 82 char **argv ///< Array of command-line arguments … … 119 119 /// Read recipes 120 120 /// 121 /// Attempt to read recipes from the sources that are available but have not already been read. 121 /// Attempt to read recipes from the sources that are available but have not already been read. Having read a 122 /// recipe, attempt to resolve symbolic links that were specified on the command line. 122 123 bool pmConfigReadRecipes(pmConfig *config ///< Configuration 123 124 ); 124 125 125 /** pmConfigDB126 *127 * pmConfigDB shall use the site configuration data to open a database handle.128 * This is fairly straightforward at the moment, but will change when we beef up129 * security. (TBD)130 *131 */132 126 /// Setup the database 133 127 /// … … 136 130 psDB *pmConfigDB(pmConfig *config ///< Configuration 137 131 ); 138 139 /** pmConfigConformHeader140 *141 * Make the supplied header conform to the nominated camera format.142 */143 132 144 133 /// Make the supplied header conform to the nominated camera format.
Note:
See TracChangeset
for help on using the changeset viewer.
