IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6931


Ignore:
Timestamp:
Apr 20, 2006, 12:31:15 PM (20 years ago)
Author:
Paul Price
Message:

Rearranging the concept sources to take advantage of bitwise operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmConcepts.h

    r6895 r6931  
    3636// Some specificity to reading and writing concepts
    3737typedef enum {
    38     PM_CONCEPT_SOURCE_ALL      = 0x00,  // All concepts
     38    PM_CONCEPT_SOURCE_NONE     = 0x00,  // No concepts
    3939    PM_CONCEPT_SOURCE_CAMERA   = 0x01,  // Concept comes from the camera information
    4040    PM_CONCEPT_SOURCE_DEFAULTS = 0x02,  // Concept comes from defaults
    4141    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
    4344} pmConceptSource;
    4445
Note: See TracChangeset for help on using the changeset viewer.