IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2008, 11:35:51 AM (18 years ago)
Author:
Paul Price
Message:

Adding pmConceptsInterpolate to interpolate the {CONCEPT} within a string.

File:
1 edited

Legend:

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

    r16481 r17864  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2008-02-15 02:26:09 $
     6 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-05-30 21:35:51 $
    88 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    222222    );
    223223
     224/// Interpolate a concept name to the actual value
     225///
     226/// Concepts enclosed within braces {}, are replaced with the value of the concept
     227psString pmConceptsInterpolate(const char *input, ///< Input string
     228                               const pmFPA *fpa, ///< FPA with concept values, or NULL
     229                               const pmChip *chip, ///< Chip with concept values, or NULL
     230                               const pmCell *cell ///< Cell with concept values, or NULL
     231    );
     232
    224233
    225234/// @}
Note: See TracChangeset for help on using the changeset viewer.