Changeset 18163 for trunk/psModules/src/concepts/pmConceptsRead.h
- Timestamp:
- Jun 17, 2008, 12:16:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.h
r17911 r18163 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-06- 05 01:31:33$6 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-06-17 22:16:38 $ 8 8 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 9 9 */ … … 62 62 const char *name, ///< Name of concept 63 63 const psMetadata *database, ///< DATABASE specification 64 p sDB *db, ///< Database handle64 pmConfig *config, ///< Configuration 65 65 const pmFPA *fpa, ///< The FPA 66 66 const pmChip *chip, ///< The chip, or NULL … … 72 72 /// Examines the DATABASE metadata in the camera format file 73 73 /// for concepts in the specs, and imports them into the target. 74 /// WARNING: This function has not been tested; use at your own risk!75 74 bool p_pmConceptsReadFromDatabase(psMetadata *target, // Place into which to read the concepts 76 75 const psMetadata *specs, // The concept specifications … … 78 77 const pmChip *chip, // The chip 79 78 const pmCell *cell, // The cell 80 p sDB *db // The database handle79 pmConfig *config // Configuration 81 80 ); 82 81 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
