IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 2:55:44 PM (20 years ago)
Author:
Paul Price
Message:

Adding a little bit more detail to the comments.

File:
1 edited

Legend:

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

    r9584 r9688  
    77/// @author Paul Price, IfA
    88///
    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 $
    1111///
    1212/// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
     
    5959///
    6060/// 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.
    6264bool 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
    6567                       pmFPALevel level ///< Level at which to store concept in the FPA hierarchy
    6668                      );
Note: See TracChangeset for help on using the changeset viewer.