- Timestamp:
- Feb 21, 2008, 3:17:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080219/psModules/src/config/pmConfig.h
r16542 r16578 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.32.6. 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-02- 19 20:09:09$7 * @version $Revision: 1.32.6.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-02-22 01:17:15 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 37 37 /// command-line arguments, the pmFPAfiles used, and the database handle. 38 38 typedef struct { 39 psMetadata *xxUser; ///< User configuration 40 psMetadata *xxSite; ///< Site configuration 41 psMetadata *xxSystem; ///< System configuration 39 psMetadata *user; ///< User configuration 40 psMetadata *site; ///< Site configuration 41 psMetadata *system; ///< System configuration 42 psMetadata *complete; ///< Full merged configuration 42 43 psMetadata *camera; ///< Camera specification 43 44 psString cameraName; ///< Camera name
Note:
See TracChangeset
for help on using the changeset viewer.
