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