Changeset 9688
- Timestamp:
- Oct 20, 2006, 2:55:44 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConcepts.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConcepts.h
r9584 r9688 7 7 /// @author Paul Price, IfA 8 8 /// 9 /// @version $Revision: 1. 8$ $Name: not supported by cvs2svn $10 /// @date $Date: 2006-10- 17 00:33:56$9 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 10 /// @date $Date: 2006-10-21 00:55:44 $ 11 11 /// 12 12 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii … … 59 59 /// 60 60 /// Defines a new concept, based on the blank value (with name and default comment), and functions to parse 61 /// and format the concept. The new concept is registered at the specified level (FPA, chip or cell). 61 /// and format the concept. The new concept is registered at the specified level (FPA, chip or cell). If the 62 /// parse function is NULL, then a default parse function is used, which performs minimal parsing. Similarly 63 /// for the format function. 62 64 bool pmConceptRegister(psMetadataItem *blank, ///< Blank value; contains the name and default comment 63 pmConceptParseFunc parse, ///< Function to call to parse the concept 64 pmConceptFormatFunc format, ///< Function to call to format the concept 65 pmConceptParseFunc parse, ///< Function to call to parse the concept, or NULL 66 pmConceptFormatFunc format, ///< Function to call to format the concept, or NULL 65 67 pmFPALevel level ///< Level at which to store concept in the FPA hierarchy 66 68 );
Note:
See TracChangeset
for help on using the changeset viewer.
