IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2006, 2:54:44 PM (20 years ago)
Author:
Paul Price
Message:

Removing pmConceptLevel in favour of pmFPALevel

File:
1 edited

Legend:

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

    r6872 r6895  
    2727                                 );
    2828
    29 // Level at which to store a concept in the FPA hierarchy
    30 typedef enum {
    31     PM_CONCEPT_LEVEL_FPA,               // Store in the FPA
    32     PM_CONCEPT_LEVEL_CHIP,              // Store in the chip
    33     PM_CONCEPT_LEVEL_CELL               // Store in the cell
    34 } pmConceptLevel;
    35 
    3629// Register a new concept
    3730bool pmConceptRegister(psMetadataItem *blank, // Blank value; contains the name
    3831                       pmConceptParseFunc parse, // Function to call to parse the concept
    3932                       pmConceptFormatFunc format, // Function to call to format the concept
    40                        pmConceptLevel level // Level at which to store concept in the FPA hierarchy
     33                       pmFPALevel level // Level at which to store concept in the FPA hierarchy
    4134                      );
    4235
Note: See TracChangeset for help on using the changeset viewer.