Changeset 9510 for trunk/psModules/src/concepts/pmConcepts.h
- Timestamp:
- Oct 12, 2006, 11:38:28 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.h
r7469 r9510 37 37 PM_CONCEPT_SOURCE_CAMERA = 0x01, // Concept comes from the camera information 38 38 PM_CONCEPT_SOURCE_DEFAULTS = 0x02, // Concept comes from defaults 39 PM_CONCEPT_SOURCE_HEADER = 0x04, // Concept comes from FITS header 40 PM_CONCEPT_SOURCE_DATABASE = 0x08, // Concept comes from database 41 PM_CONCEPT_SOURCE_ALL = 0x0e // All concepts 39 PM_CONCEPT_SOURCE_PHU = 0x04, // Concept comes from PHU 40 PM_CONCEPT_SOURCE_HEADER = 0x08, // Concept comes from FITS header 41 PM_CONCEPT_SOURCE_DATABASE = 0x10, // Concept comes from database 42 PM_CONCEPT_SOURCE_ALL = 0xff // All concepts 42 43 } pmConceptSource; 44 45 // Read the concepts for the given set of fpa, chip, cell 46 bool pmConceptsRead(pmFPA *fpa, // FPA for which to read concepts 47 pmChip *chip, // Chip for which to read concepts, or NULL 48 pmCell *cell, // Cell for which to read concepts, or NULL 49 pmConceptSource source, // The source of the concepts to read 50 psDB *db // Database handle 51 ); 43 52 44 53 // Set blanks, read or write concepts at the appropriate level
Note:
See TracChangeset
for help on using the changeset viewer.
