Changeset 4384
- Timestamp:
- Jun 24, 2005, 12:30:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4369 r4384 1 %%% $Id: psLibSDRS.tex,v 1.29 6 2005-06-23 21:20:34 priceExp $1 %%% $Id: psLibSDRS.tex,v 1.297 2005-06-24 22:30:36 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2083 2083 char *bits; ///< The bits 2084 2084 void *lock; ///< Optional lock for thread safety 2085 } }psBitSet;2085 } psBitSet; 2086 2086 \end{datatype} 2087 2087 … … 2383 2383 typedef enum { ///< option flags for psMetadata functions 2384 2384 PS_META_DEFAULT = 0, ///< default behavior (0x0000) for use in mode above 2385 PS_META_REPLACE = 0x1000000 ///< allow entry to be replaced2386 PS_META_DUPLICATE_OK = 0x2000000 ///< allow duplicate entries2385 PS_META_REPLACE = 0x1000000, ///< allow entry to be replaced 2386 PS_META_DUPLICATE_OK = 0x2000000, ///< allow duplicate entries 2387 2387 PS_META_NULL = 0x4000000 ///< psMetadataItem.data is a NULL value 2388 2388 } psMetadataFlags;
Note:
See TracChangeset
for help on using the changeset viewer.
