Changeset 15385 for trunk/psModules/src/config/pmConfig.h
- Timestamp:
- Oct 25, 2007, 4:41:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.h
r15217 r15385 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-10- 04 20:15:48$7 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-10-26 02:41:15 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 36 36 /// This structure stores the configuration information: the site, camera and recipe configuration, the 37 37 /// command-line arguments, the pmFPAfiles used, and the database handle. 38 typedef struct 39 { 38 typedef struct { 40 39 psMetadata *site; ///< Site configuration 41 40 psMetadata *camera; ///< Camera specification … … 51 50 pmRecipeSource recipesRead; ///< Which recipe sources have been read 52 51 psMetadata *recipeSymbols; ///< Where each recipe came from 53 54 // dropping the argc, argv info from pmConfig 55 # if (0) 56 int *argc; ///< Number of command-line arguments 57 char **argv; ///< Command-line arguments (raw version) 58 # endif 59 } 60 pmConfig; 52 int traceFD; ///< File descriptor for trace messages 53 int logFD; ///< File descriptor for log messages 54 } pmConfig; 61 55 62 56 /// Allocator for pmConfig
Note:
See TracChangeset
for help on using the changeset viewer.
