Changeset 3264 for trunk/psLib/src/astronomy/psMetadata.h
- Timestamp:
- Feb 17, 2005, 9:26:25 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psMetadata.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadata.h
r3246 r3264 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.3 6$ $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 Hawaii13 * @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 17 17 */ 18 18 #ifndef PS_METADATA_H … … 46 46 PS_META_NTYPE ///< Number of types. Must be last. 47 47 } psMetadataType; 48 49 /** Option flags for psMetadata functions 50 * 51 * Enumeration for the modification of the behaviour in psMetadataAddItem. 52 * 53 * @see psMetadataAddItem 54 */ 55 typedef enum { 56 PS_META_DEFAULT = 0, ///< default behaviour (duplicate entry is an error) 57 PS_META_REPLACE ///< allow entry to be replaced 58 } psMetadataFlags; 48 59 49 60 /** Metadata data structure.
Note:
See TracChangeset
for help on using the changeset viewer.
