Changeset 2971 for trunk/psLib/src/astronomy/psMetadata.h
- Timestamp:
- Jan 13, 2005, 9:50:45 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
r2659 r2971 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $14 * @date $Date: 200 4-12-07 23:27:31$13 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-01-13 19:50:44 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 212 212 ); 213 213 214 /** Find an item in the metadata collection based on key name and return its single precision value. 215 * 216 * Items may be found in the metadata by providing a key. If the key is 217 * non-unique, the value of the first item is returned. If the item is not found, zero is 218 * returned. 219 * 220 * @return psF32 : Value of metadata item. 221 */ 222 psF64 psMetadataLookupF32( 223 psMetadata *md, ///< Metadata collection to lookup metadata item. 224 const char *key, ///< Name of metadata key. 225 psU32 *status ///< Status of lookup. 226 ); 227 214 228 /** Find an item in the metadata collection based on key name and return its integer value. 215 229 *
Note:
See TracChangeset
for help on using the changeset viewer.
