Changeset 6931
- Timestamp:
- Apr 20, 2006, 12:31:15 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmConcepts.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmConcepts.h
r6895 r6931 36 36 // Some specificity to reading and writing concepts 37 37 typedef enum { 38 PM_CONCEPT_SOURCE_ ALL = 0x00, // Allconcepts38 PM_CONCEPT_SOURCE_NONE = 0x00, // No concepts 39 39 PM_CONCEPT_SOURCE_CAMERA = 0x01, // Concept comes from the camera information 40 40 PM_CONCEPT_SOURCE_DEFAULTS = 0x02, // Concept comes from defaults 41 41 PM_CONCEPT_SOURCE_HEADER = 0x04, // Concept comes from FITS header 42 PM_CONCEPT_SOURCE_DATABASE = 0x08 // Concept comes from database 42 PM_CONCEPT_SOURCE_DATABASE = 0x08, // Concept comes from database 43 PM_CONCEPT_SOURCE_ALL = 0x0e // All concepts 43 44 } pmConceptSource; 44 45
Note:
See TracChangeset
for help on using the changeset viewer.
