Changeset 11251 for trunk/psModules/src/config
- Timestamp:
- Jan 23, 2007, 3:05:41 PM (19 years ago)
- Location:
- trunk/psModules/src/config
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
.cvsignore (modified) (1 diff)
-
pmConfig.h (modified) (2 diffs)
-
pmConfigCamera.h (modified) (2 diffs)
-
pmConfigRecipes.h (modified) (2 diffs)
-
pmVersion.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config
- Property svn:ignore
-
old new 5 5 *.la 6 6 *.lo 7 pmErrorCodes.c 8 pmErrorCodes.h
-
- Property svn:ignore
-
trunk/psModules/src/config/.cvsignore
r5309 r11251 5 5 *.la 6 6 *.lo 7 pmErrorCodes.c 8 pmErrorCodes.h -
trunk/psModules/src/config/pmConfig.h
r11245 r11251 1 /// @file pmConfig.h 2 /// 3 /// @brief Configuration functions 4 /// 5 /// @ingroup Config 6 /// 7 /// @author ?, MHPCC 8 /// @author Paul Price, IfA 9 /// @author Eugene Magnier, IfA 10 /// 11 /// @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2007-01-23 03:19:43 $ 13 /// 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 15 /// 1 /* @file pmConfig.h 2 * @brief Configuration functions 3 * 4 * @author Paul Price, IfA 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 01:05:41 $ 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 */ 16 11 17 12 #ifndef PM_CONFIG_H 18 13 #define PM_CONFIG_H 14 15 /// @addtogroup Config Configuration System 16 /// @{ 19 17 20 18 /// Sources for recipes. … … 163 161 ); 164 162 165 163 /// @} 166 164 #endif -
trunk/psModules/src/config/pmConfigCamera.h
r10965 r11251 1 /* @file pmConfigCamera.h 2 * @brief Camera Configuration functions 3 * 4 * @author Paul Price, IfA 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 01:05:41 $ 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 */ 11 1 12 #ifndef PM_CONFIG_CAMERA_H 2 13 #define PM_CONFIG_CAMERA_H 14 15 /// @addtogroup Config Configuration System 16 /// @{ 3 17 4 18 #include <pslib.h> … … 13 27 ); 14 28 15 29 /// @} 16 30 #endif -
trunk/psModules/src/config/pmConfigRecipes.h
r10436 r11251 1 /// @file pmConfig.h 2 /// 3 /// @brief Configuration functions 4 /// 5 /// @ingroup Config 6 /// 7 /// @author ?, MHPCC 8 /// @author Paul Price, IfA 9 /// @author Eugene Magnier, IfA 10 /// 11 /// @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 /// @date $Date: 2006-12-04 21:38:08 $ 13 /// 14 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii 15 /// 1 /* @file pmConfigRecipes.h 2 * @brief Configuration Recipe functions 3 * 4 * @author ?, MHPCC 5 * @author Paul Price, IfA 6 * @author Eugene Magnier, IfA 7 * 8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-24 01:05:41 $ 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 */ 16 12 17 13 #ifndef PM_CONFIG_RECIPES_H 18 14 #define PM_CONFIG_RECIPES_H 15 16 /// @addtogroup Config Configuration System 17 /// @{ 19 18 20 19 /// Read recipes … … 31 30 psMetadata *pmConfigRecipeOptions (pmConfig *config, char *recipe); 32 31 32 /// @} 33 33 #endif -
trunk/psModules/src/config/pmVersion.h
r10289 r11251 1 /* @file pmVersion.h 2 * @brief Version functions 3 * 4 * @author Paul Price, IfA 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-24 01:05:41 $ 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 */ 11 1 12 #ifndef PM_VERSION_H 2 13 #define PM_VERSION_H 14 15 /// @addtogroup Config Configuration System 16 /// @{ 3 17 4 18 #include <pslib.h> … … 23 37 24 38 39 /// @} 25 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
