Changeset 3025 for trunk/psLib/src/astronomy/psMetadata.h
- Timestamp:
- Jan 17, 2005, 10:58:22 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psMetadata.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadata.h
r2975 r3025 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-01-1 3 21:09:39$13 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-01-17 20:58:20 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 240 240 ); 241 241 242 /** Find an item in the metadata collection based on key name and return its boolean value. 243 * 244 * Items may be found in the metadata by providing a key. If the key is 245 * non-unique, the value of the first item is returned. If the item is not found, zero is 246 * returned. 247 * 248 * @return psBool : Value of metadata item. 249 */ 250 psBool psMetadataLookupBool( 251 psMetadata *md, ///< Metadata collection to lookup metadata item. 252 const char *key, ///< Name of metadata key. 253 psBool *status ///< Status of lookup. 254 ); 255 242 256 /** Find an item in the metadata collection based on key name and return its integer value. 243 257 *
Note:
See TracChangeset
for help on using the changeset viewer.
