Changeset 6552 for branches/rel10_ifa/psModules/src/astrom/pmConcepts.h
- Timestamp:
- Mar 8, 2006, 5:08:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmConcepts.h
r6448 r6552 40 40 ); 41 41 42 #if 0 43 // Some specificity to reading and writing concepts 44 typedef enum { 45 PM_CONCEPT_SOURCE_ALL = 0x00, // Do all sources 46 PM_CONCEPT_SOURCE_CAMERA = 0x01, // Do concepts that come from the camera information 47 PM_CONCEPT_SOURCE_DEFAULTS = 0x02, // Do concepts that come from defaults 48 PM_CONCEPT_SOURCE_HEADER = 0x04, // Do concepts that come from FITS header 49 PM_CONCEPT_SOURCE_DATABASE = 0x08 // Do concepts that come from database 50 } pmConceptSource; 51 #endif 52 42 53 // Set blanks, read or write concepts at the appropriate level 43 bool pmConceptsBlankFPA(pmFPA *fpa // FPA for which to set blank concepts54 bool pmConceptsBlankFPA(pmFPA *fpa // FPA for which to set blank concepts 44 55 ); 45 56 bool pmConceptsReadFPA(pmFPA *fpa, // FPA for which to read concepts … … 49 60 psDB *db // Database handle 50 61 ); 51 bool pmConceptsBlankChip(pmChip *chip // FPA for which to set blank concepts62 bool pmConceptsBlankChip(pmChip *chip // FPA for which to set blank concepts 52 63 ); 53 64 bool pmConceptsReadChip(pmChip *chip, // Chip for which to read concepts … … 55 66 ); 56 67 bool pmConceptsWriteChip(pmChip *chip, // Chip for which to write concepts 57 psDB *db // Database handle68 psDB *db // Database handle 58 69 ); 59 bool pmConceptsBlankCell(pmCell *cell // Cell for which to set blank concepts70 bool pmConceptsBlankCell(pmCell *cell // Cell for which to set blank concepts 60 71 ); 61 72 bool pmConceptsReadCell(pmCell *cell, // Cell for which to read concepts
Note:
See TracChangeset
for help on using the changeset viewer.
