Changeset 299
- Timestamp:
- Mar 23, 2004, 5:41:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r296 r299 1 %%% $Id: psLibSDRS.tex,v 1. 9 2004-03-24 03:39:01price Exp $1 %%% $Id: psLibSDRS.tex,v 1.10 2004-03-24 03:41:57 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 %\documentclass[panstarrs]{panstarrs} … … 251 251 are shown below. 252 252 253 \begin{table}254 253 \begin{verbatim} 255 254 /// prototype of a basic callback used by memory functions … … 2711 2710 \textbf{Value} & \textbf{Type} & \textbf{member of union} & \textbf{Comments}\\ 2712 2711 \hline 2713 PS_META_FLOAT& float & f & value, not pointer, is stored \\2714 PS_META_INT& int & i & value, not pointer, is stored \\2715 PS_META_STR& string & v & value, not pointer to original, is stored \\2716 PS_META_IMG& psImage & v & \\2717 PS_META_JPEG& JPEG & v & \\2718 PS_META_PNG& PNG & v & \\2719 PS_META_ASTROM& psAstrom & v & \\2720 PS_META_UNKNOWN& other & v & \\2721 PS_META_NTYPE & (none) & & The number of types defined2712 \code{PS_META_FLOAT} & float & f & value, not pointer, is stored \\ 2713 \code{PS_META_INT} & int & i & value, not pointer, is stored \\ 2714 \code{PS_META_STR} & string & v & value, not pointer to original, is stored \\ 2715 \code{PS_META_IMG} & psImage & v & \\ 2716 \code{PS_META_JPEG} & JPEG & v & \\ 2717 \code{PS_META_PNG} & PNG & v & \\ 2718 \code{PS_META_ASTROM} & psAstrom & v & \\ 2719 \code{\code{PS_META_UNKNOWN} & other & v & \\ 2720 PS_META_NTYPE} & (none) & & The number of types defined 2722 2721 \end{tabular} 2723 2722 \begin{caption}{Supported Metadata Types}
Note:
See TracChangeset
for help on using the changeset viewer.
