pmConfigRecipes.h

Go to the documentation of this file.
00001 /*  @file pmConfigRecipes.h
00002  *  @brief Configuration Recipe functions
00003  * 
00004  *  @author ?, MHPCC
00005  *  @author Paul Price, IfA
00006  *  @author Eugene Magnier, IfA
00007  * 
00008  *  @version $Revision: 1.3 $ $Name:  $
00009  *  @date $Date: 2007/01/24 01:05:41 $
00010  *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
00011  */
00012 
00013 #ifndef PM_CONFIG_RECIPES_H
00014 #define PM_CONFIG_RECIPES_H
00015 
00016 /// @addtogroup Config Configuration System
00017 /// @{
00018 
00019 /// Read recipes
00020 ///
00021 /// Attempt to read recipes from the sources that are available but have not already been read.  Having read a
00022 /// recipe, attempt to resolve symbolic links that were specified on the command line.
00023 bool pmConfigReadRecipes(pmConfig *config, ///< Configuration
00024                          pmRecipeSource source ///< desired sources for recipes
00025                         );
00026 
00027 
00028 bool pmConfigLoadRecipeArguments (pmConfig *config);
00029 bool pmConfigLoadRecipeOptions (pmConfig *config, char *flag);
00030 psMetadata *pmConfigRecipeOptions (pmConfig *config, char *recipe);
00031 
00032 /// @}
00033 #endif

Generated on Fri Feb 2 22:35:28 2007 for Pan-STARRS Module Library by  doxygen 1.5.1