Changeset 18598 for trunk/psModules/src/config/pmConfigMask.h
- Timestamp:
- Jul 17, 2008, 10:37:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigMask.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigMask.h
r18554 r18598 4 4 * @author Paul Price, IfA 5 5 * 6 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $7 * @date $Date: 2008-07-1 5 20:25:00 $6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-07-17 20:37:20 $ 8 8 * Copyright 2007 Institute for Astronomy, University of Hawaii 9 9 */ … … 24 24 /// The mask values are derived from the MASKS recipe 25 25 psMaskType pmConfigMaskGet(const char *masks, ///< List of symbolic names, space/comma delimited 26 const pmConfig *config ///< Configuration27 );26 const pmConfig *config ///< Configuration 27 ); 28 28 29 29 bool pmConfigMaskSet(const pmConfig *config, const char *maskName, psMaskType maskValue); … … 31 31 // replace the named masks in the recipe with values in the header: 32 32 // replace only the names in the header in the recipe 33 bool pmConfigMaskReadHeader (pmConfig *config,psMetadata *header);33 bool pmConfigMaskReadHeader(pmConfig *config, const psMetadata *header); 34 34 35 35 // write the named mask bits to the header 36 bool pmConfigMaskWriteHeader (pmConfig *config, psMetadata *header);36 bool pmConfigMaskWriteHeader(const pmConfig *config, psMetadata *header); 37 37 38 bool pmConfigMaskSetBits (psMaskType *outMaskValue, psMaskType *outMarkValue,pmConfig *config);38 bool pmConfigMaskSetBits(psMaskType *outMaskValue, psMaskType *outMarkValue, const pmConfig *config); 39 39 40 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
