IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2005, 9:43:53 AM (21 years ago)
Author:
evanalst
Message:

Bug #392 fix.

File:
1 edited

Legend:

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

    r3684 r3945  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-04-08 17:58:57 $
     13*  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-05-16 19:43:53 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5151    PS_META_ASTROM,                    ///< Astrometric coefficients (Stored as item.data.V).
    5252    PS_META_UNKNOWN,                   ///< Other data (Stored as item.data.V).
    53     PS_META_MULTI                      ///< Used internally, do not create an metadata item of this type.
     53    PS_META_MULTI,                     ///< Used internally, do not create an metadata item of this type.
     54    PS_META_META                       ///< Metadata data (Stored as item.data.md).
    5455} psMetadataType;
    5556
     
    105106}
    106107psMetadataIterator;
    107 
    108108
    109109/** Metadata item data structure.
     
    316316psBool psMetadataAddUnknown(psMetadata* md, psS32 location, const char* name,
    317317                            const char* comment, psPtr value);
     318psBool psMetadataAddMetadata(psMetadata* md, psS32 location, const char* name,
     319                             const char* comment, psMetadata* value);
    318320
    319321/** Remove an item from metadata collection.
Note: See TracChangeset for help on using the changeset viewer.