Changeset 17911 for trunk/psModules/src/concepts/pmConceptsRead.h
- Timestamp:
- Jun 4, 2008, 3:32:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.h
r12696 r17911 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-03-30 21:12:56$6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-06-05 01:31:33 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 22 22 const pmCell *cell ///< The cell 23 23 ); 24 25 /// Read a single concept from the DEFAULTS in the camera format 26 /// 27 /// The returned item is NOT parsed, but any interpolation for DEPEND is done. 28 psMetadataItem *p_pmConceptsReadSingleFromDefaults( 29 const char *name, ///< Name of concept 30 const psMetadata *defaults, ///< DEFAULTS specifications 31 const pmFPA *fpa, ///< The FPA 32 const pmChip *chip, ///< The chip, or NULL 33 const pmCell *cell ///< The cell, or NULL 34 ); 24 35 25 36 /// Read concepts from the DEFAULTS in the camera format file. … … 45 56 ); 46 57 58 /// Read a single concept from the DATABASE specification in the camera format 59 /// 60 /// The returned item is NOT parsed, but any interpolation for DEPEND is done. 61 psMetadataItem *p_pmConceptsReadSingleFromDatabase( 62 const char *name, ///< Name of concept 63 const psMetadata *database, ///< DATABASE specification 64 psDB *db, ///< Database handle 65 const pmFPA *fpa, ///< The FPA 66 const pmChip *chip, ///< The chip, or NULL 67 const pmCell *cell ///< The cell, or NULL 68 ); 69 47 70 /// Read concepts from the header DATABASE in the camera format file. 48 71 ///
Note:
See TracChangeset
for help on using the changeset viewer.
