IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2004, 12:59:11 PM (22 years ago)
Author:
harman
Message:

Updated new functions in SDRS 10 per latest polycon

File:
1 edited

Legend:

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

    r2648 r2657  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-12-07 19:08:58 $
     13*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-12-07 22:59:05 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    208208psF64 psMetadataLookupF64(
    209209    psMetadata *md,            ///< Metadata collection to lookup metadata item.
    210     const char *key            ///< Name of metadata key.
     210    const char *key,           ///< Name of metadata key.
     211    psU32 *status              ///< Status of lookup.
    211212);
    212213
     
    221222psS32 psMetadataLookupS32(
    222223    psMetadata *md,            ///< Metadata collection to lookup metadata item.
    223     const char *key            ///< Name of metadata key.
     224    const char *key,           ///< Name of metadata key.
     225    psU32 *status              ///< Status of lookup.
    224226);
    225227
     
    234236void* psMetadataLookupPtr(
    235237    psMetadata* md,            ///< Metadata collection to lookup metadata item.
    236     const char *key            ///< Name of metadata key.
     238    const char *key,           ///< Name of metadata key.
     239    psU32 *status              ///< Status of lookup.
    237240);
    238241
Note: See TracChangeset for help on using the changeset viewer.