IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2008, 2:53:45 PM (18 years ago)
Author:
eugene
Message:

defer construction of blank of concepts until element is used

File:
1 edited

Legend:

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

    r18163 r18364  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-06-17 22:16:38 $
     6 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-06-30 00:53:45 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    2424typedef enum {
    2525    PM_CONCEPT_SOURCE_NONE     = 0x00,  ///< No concepts
    26     PM_CONCEPT_SOURCE_CELLS    = 0x01,  ///< Concept comes from the camera information
    27     PM_CONCEPT_SOURCE_DEFAULTS = 0x02,  ///< Concept comes from defaults
    28     PM_CONCEPT_SOURCE_PHU      = 0x04,  ///< Concept comes from PHU
    29     PM_CONCEPT_SOURCE_HEADER   = 0x08,  ///< Concept comes from FITS header
    30     PM_CONCEPT_SOURCE_DATABASE = 0x10,  ///< Concept comes from database
    31     PM_CONCEPT_SOURCE_ALL      = 0xff   ///< All concepts
     26    PM_CONCEPT_SOURCE_BLANK    = 0x01,  ///< Blank concepts defined, but not read
     27    PM_CONCEPT_SOURCE_CELLS    = 0x02,  ///< Concept comes from the camera information
     28    PM_CONCEPT_SOURCE_DEFAULTS = 0x04,  ///< Concept comes from defaults
     29    PM_CONCEPT_SOURCE_PHU      = 0x08,  ///< Concept comes from PHU
     30    PM_CONCEPT_SOURCE_HEADER   = 0x10,  ///< Concept comes from FITS header
     31    PM_CONCEPT_SOURCE_DATABASE = 0x20,  ///< Concept comes from database
     32    PM_CONCEPT_SOURCE_ALL      = 0xfe   ///< All concepts (exclude BLANK)
    3233} pmConceptSource;
    3334
Note: See TracChangeset for help on using the changeset viewer.