IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2005, 9:26:25 AM (21 years ago)
Author:
desonia
Message:

Fixed bugs as reported by IfA.

File:
1 edited

Legend:

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

    r3246 r3264  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-02-17 01:58:42 $
    15 *
    16 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     13*  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-02-17 19:26:23 $
     15*
     16*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1717*/
    1818#ifndef PS_METADATA_H
     
    4646    PS_META_NTYPE                      ///< Number of types. Must be last.
    4747} psMetadataType;
     48
     49/** Option flags for psMetadata functions
     50 *
     51 *  Enumeration for the modification of the behaviour in psMetadataAddItem.
     52 *
     53 *  @see psMetadataAddItem
     54 */
     55typedef enum {
     56    PS_META_DEFAULT = 0,               ///< default behaviour (duplicate entry is an error)
     57    PS_META_REPLACE                    ///< allow entry to be replaced
     58} psMetadataFlags;
    4859
    4960/** Metadata data structure.
Note: See TracChangeset for help on using the changeset viewer.