- Timestamp:
- Oct 28, 2007, 3:40:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psModules/src/config/pmConfig.h
r15217 r15399 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-10-04 20:15:48 $ 7 * @version $Revision: 1.31.2.1 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-10-29 01:40:54 $ 9 * 9 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 11 */ … … 36 37 /// This structure stores the configuration information: the site, camera and recipe configuration, the 37 38 /// command-line arguments, the pmFPAfiles used, and the database handle. 38 typedef struct 39 { 39 typedef struct { 40 40 psMetadata *site; ///< Site configuration 41 41 psMetadata *camera; ///< Camera specification … … 51 51 pmRecipeSource recipesRead; ///< Which recipe sources have been read 52 52 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; 53 int traceFD; ///< File descriptor for trace messages 54 int logFD; ///< File descriptor for log messages 55 } pmConfig; 61 56 62 57 /// Allocator for pmConfig
Note:
See TracChangeset
for help on using the changeset viewer.
