Changeset 6575 for branches/rel10_ifa/psModules/src/astrom/pmConceptsRead.h
- Timestamp:
- Mar 13, 2006, 4:23:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmConceptsRead.h
r6448 r6575 4 4 #include "pmFPA.h" 5 5 6 7 bool pmConceptsReadFromCamera(psMetadata *specs, // The concept specifications 8 pmCell *cell, // The cell 9 psMetadata *target // Place into which to read the concepts 10 ); 11 bool pmConceptsReadFromDefaults(psMetadata *specs, // The concept specifications 12 pmFPA *fpa, // The FPA 13 pmChip *chip, // The chip 14 pmCell *cell, // The cell 15 psMetadata *target // Place into which to read the concepts 16 ); 17 bool pmConceptsReadFromHeader(psMetadata *specs, // The concept specifications 18 pmFPA *fpa, // The FPA 19 pmChip *chip, // The chip 20 pmCell *cell, // The cell 21 psMetadata *target // Place into which to read the concepts 22 ); 23 bool pmConceptsReadFromDatabase(psMetadata *specs, // The concept specifications 24 pmFPA *fpa, // The FPA 25 pmChip *chip, // The chip 26 pmCell *cell, // The cell 27 psDB *db, // The database handle 28 psMetadata *target // Place into which to read the concepts 29 ); 30 31 32 33 34 #ifdef OLD 6 35 psMetadataItem *pmConceptReadFromCamera(pmCell *cell, // The cell 7 36 const char *concept // Name of concept … … 61 90 const char *name // Name of the concept 62 91 ); 63 92 #endif 64 93 65 94 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
