IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 13, 2005, 9:50:45 AM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psMetadata.h

    r2659 r2971  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-12-07 23:27:31 $
     13*  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-01-13 19:50:44 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    212212);
    213213
     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 */
     222psF64 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
    214228/** Find an item in the metadata collection based on key name and return its integer value.
    215229 *
Note: See TracChangeset for help on using the changeset viewer.