Changeset 4086 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 1, 2005, 6:13:41 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4085 r4086 1 %%% $Id: psLibSDRS.tex,v 1.25 7 2005-06-02 00:58:26jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.258 2005-06-02 04:13:41 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4078 4078 \begin{datatype} 4079 4079 typedef enum { ///< option flags for psMetadata functions 4080 PS_META_DEFAULT, ///< default behavior (0x0000) for use in mode above 4081 PS_META_REPLACE, ///< allow entry to be replaced 4082 PS_META_DUPLICATE_OK, ///< allow entry to be replaced 4080 PS_META_DEFAULT = 0, ///< default behavior (0x0000) for use in mode above 4081 PS_META_REPLACE = 0x1000000 ///< allow entry to be replaced 4082 PS_META_DUPLICATE_OK = 0x2000000 ///< allow duplicate entries 4083 PS_META_NULL = 0x4000000 ///< psMetadataItem.data is a NULL value 4083 4084 } psMetadataFlags; 4084 4085 \end{datatype} … … 4105 4106 contain both the existing item and the new item. The original entry's 4106 4107 location on the psMetadata.list must be maintained. 4108 4109 \code{PS_META_NULL}: Indicates that \code{psMetadataItem.data} should be 4110 ignored and that the the current value is ``NULL'' or undefined. The 4111 \code{psMetadataItem} must have a proper \code{type} set and it's \code{data} 4112 field shall have a valid value. e.g. A \code{type} of \code{PS_META_STR} would 4113 require that 's \code{data} is set to \code{NULL}. 4107 4114 4108 4115 There are several of cases to handle for duplication of an existing
Note:
See TracChangeset
for help on using the changeset viewer.
