IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 1:03:35 PM (20 years ago)
Author:
Paul Price
Message:

Cleaning up, adding a few more details.

File:
1 edited

Legend:

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

    r9581 r9679  
    99/// @author Eugene Magnier, IfA
    1010///
    11 /// @version $Revision: 1.16 $ $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 $
    1313///
    1414/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    6262                       );
    6363
    64 /// Set configuration information
     64/// Set static configuration information
    6565///
    6666/// The search path for the configuration files is a local static variable, set by this function.
     
    6868                );
    6969
    70 /// Free memory used in the configuration system
     70/// Free static memory used in the configuration system
    7171void pmConfigDone(void);
    7272
     
    7474///
    7575/// 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 camera configuration is
    77 /// loaded if it is specified on the command line ("-camera CAMERA_FILE"). Recipes specified on the command
    78 /// line ("-recipe RECIPE_NAME RECIPE_SOURCE") are also loaded.  These command-line arguments are removed from
    79 /// from the command-line, to simplify parsing.  The psLib setups are also performed if specified in the site
    80 /// 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.
    8181pmConfig *pmConfigRead(int *argc,       ///< Number of command-line arguments
    8282                       char **argv      ///< Array of command-line arguments
     
    119119/// Read recipes
    120120///
    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.
    122123bool pmConfigReadRecipes(pmConfig *config ///< Configuration
    123124                        );
    124125
    125 /** pmConfigDB
    126  *
    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 up
    129  * security. (TBD)
    130  *
    131  */
    132126/// Setup the database
    133127///
     
    136130psDB *pmConfigDB(pmConfig *config       ///< Configuration
    137131                );
    138 
    139 /** pmConfigConformHeader
    140  *
    141  * Make the supplied header conform to the nominated camera format.
    142  */
    143132
    144133/// Make the supplied header conform to the nominated camera format.
Note: See TracChangeset for help on using the changeset viewer.