Changeset 6895 for trunk/psModules/src/astrom/pmConcepts.h
- Timestamp:
- Apr 18, 2006, 2:54:44 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
r6872 r6895 27 27 ); 28 28 29 // Level at which to store a concept in the FPA hierarchy30 typedef enum {31 PM_CONCEPT_LEVEL_FPA, // Store in the FPA32 PM_CONCEPT_LEVEL_CHIP, // Store in the chip33 PM_CONCEPT_LEVEL_CELL // Store in the cell34 } pmConceptLevel;35 36 29 // Register a new concept 37 30 bool pmConceptRegister(psMetadataItem *blank, // Blank value; contains the name 38 31 pmConceptParseFunc parse, // Function to call to parse the concept 39 32 pmConceptFormatFunc format, // Function to call to format the concept 40 pm ConceptLevel level // Level at which to store concept in the FPA hierarchy33 pmFPALevel level // Level at which to store concept in the FPA hierarchy 41 34 ); 42 35
Note:
See TracChangeset
for help on using the changeset viewer.
