IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2005, 3:58:43 PM (21 years ago)
Author:
desonia
Message:

changed the prototype of psMetadataLookup_.

File:
1 edited

Legend:

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

    r3114 r3246  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-02-03 00:45:06 $
     13*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-02-17 01:58:42 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    196196 */
    197197psMetadataItem* psMetadataLookup(
    198     psMetadata * md,           ///< Metadata collection to lookup metadata item.
    199     const char * key           ///< Name of metadata key.
     198    psMetadata * md,                   ///< Metadata collection to lookup metadata item.
     199    const char * key                   ///< Name of metadata key.
    200200);
    201201
     
    209209 */
    210210psF64 psMetadataLookupF64(
    211     psMetadata *md,            ///< Metadata collection to lookup metadata item.
    212     const char *key,           ///< Name of metadata key.
    213     psBool *status              ///< Status of lookup.
     211    psBool *status,                    ///< Status of lookup.
     212    psMetadata *md,                    ///< Metadata collection to lookup metadata item.
     213    const char *key                    ///< Name of metadata key.
    214214);
    215215
     
    223223 */
    224224psF32 psMetadataLookupF32(
    225     psMetadata *md,            ///< Metadata collection to lookup metadata item.
    226     const char *key,           ///< Name of metadata key.
    227     psBool *status              ///< Status of lookup.
     225    psBool *status,                    ///< Status of lookup.
     226    psMetadata *md,                    ///< Metadata collection to lookup metadata item.
     227    const char *key                    ///< Name of metadata key.
    228228);
    229229
     
    237237 */
    238238psS32 psMetadataLookupS32(
    239     psMetadata *md,            ///< Metadata collection to lookup metadata item.
    240     const char *key,           ///< Name of metadata key.
    241     psBool *status              ///< Status of lookup.
     239    psBool *status,                    ///< Status of lookup.
     240    psMetadata *md,                    ///< Metadata collection to lookup metadata item.
     241    const char *key                    ///< Name of metadata key.
    242242);
    243243
     
    251251 */
    252252psBool psMetadataLookupBool(
    253     psMetadata *md,            ///< Metadata collection to lookup metadata item.
    254     const char *key,           ///< Name of metadata key.
    255     psBool *status              ///< Status of lookup.
     253    psBool *status,                    ///< Status of lookup.
     254    psMetadata *md,                    ///< Metadata collection to lookup metadata item.
     255    const char *key                    ///< Name of metadata key.
    256256);
    257257
     
    265265 */
    266266void* psMetadataLookupPtr(
    267     psMetadata* md,            ///< Metadata collection to lookup metadata item.
    268     const char *key,           ///< Name of metadata key.
    269     psBool *status              ///< Status of lookup.
     267    psBool *status,                    ///< Status of lookup.
     268    psMetadata* md,                    ///< Metadata collection to lookup metadata item.
     269    const char *key                    ///< Name of metadata key.
    270270);
    271271
Note: See TracChangeset for help on using the changeset viewer.