IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 10:41:51 AM (20 years ago)
Author:
magnier
Message:

pulled recipe functions from pmConfig to pmConfigRecipes, fixed up hierarchy for symbols

File:
1 edited

Legend:

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

    r10422 r10428  
    99/// @author Eugene Magnier, IfA
    1010///
    11 /// @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    12 /// @date $Date: 2006-12-04 02:14:09 $
     11/// @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     12/// @date $Date: 2006-12-04 20:41:51 $
    1313///
    1414/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    1717#ifndef PM_CONFIG_H
    1818#define PM_CONFIG_H
    19 
    20 #include <pslib.h>
    2119
    2220/// Sources for recipes.
     
    5452    char *defaultRecipe;  ///< name of top-level recipe for this program
    5553    // Private members
    56     pmRecipeSource recipesRead;       ///< Which recipe sources have been read
    57     psMetadata *recipesSource;          ///< Where each recipe came from
     54    pmRecipeSource recipesRead;  ///< Which recipe sources have been read
     55    psMetadata *recipeSymbols;          ///< Where each recipe came from
    5856}
    5957pmConfig;
     
    120118                                );
    121119
    122 /// Read recipes
    123 ///
    124 /// Attempt to read recipes from the sources that are available but have not already been read.  Having read a
    125 /// recipe, attempt to resolve symbolic links that were specified on the command line.
    126 bool pmConfigReadRecipes(pmConfig *config, ///< Configuration
    127                          pmRecipeSource source ///< desired sources for recipes
    128                         );
    129 
    130120/// Setup the database
    131121///
     
    167157psString pmConfigConvertFilename (char *filename, pmConfig *config);
    168158
    169 
    170 bool pmConfigLoadRecipeArguments (pmConfig *config);
    171 bool pmConfigLoadRecipeOptions (pmConfig *config, char *flag);
    172 
    173159#endif
Note: See TracChangeset for help on using the changeset viewer.