Changeset 6457
- Timestamp:
- Feb 21, 2006, 2:11:07 PM (20 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r6455 r6457 1 %%% $Id: ChangeLogSDRS.tex,v 1.19 5 2006-02-22 00:02:00 eugeneExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.196 2006-02-22 00:11:07 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 855 855 \item reorder \code{psPrecessMethod} to match the implementation in pslib 856 856 \item set \code{psPolynomial?DAlloc()} functions params to have \code{type} first 857 \end{itemize} 857 \item allow \code{psMetadataItem} pointer types to have a value of \code{NULL} 858 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r6455 r6457 1 %%% $Id: psLibSDRS.tex,v 1.38 4 2006-02-22 00:02:00 eugeneExp $1 %%% $Id: psLibSDRS.tex,v 1.385 2006-02-22 00:11:07 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2665 2665 \end{prototype} 2666 2666 2667 The allocator for \code{psMetadataItem} returns a full 2668 \code{psMetadataItem} ready for insertion into the \code{psMetadata}. 2669 The \code{name} entry specifies the name to use for this metadata 2670 item, and may include \code{sprintf}-type formating codes. The 2671 \code{comment} entry is a fixed string which is used for the comment 2672 associated with this metadata item. The metadata data and the 2673 arguments to the \code{name} formatting codes are passed, in that 2674 order (metadata pointer first), to \code{psMetadataItemAlloc} as 2675 arguments following the comment string. The data must be a pointer 2676 for any data types which are stored in the element \code{data.void}, 2677 while other data types are passed as numeric values. The argument 2678 list must be interpreted appropriately by the \code{va_list} operators 2679 in the function. 2667 The allocator for \code{psMetadataItem} returns a full \code{psMetadataItem} 2668 ready for insertion into the \code{psMetadata}. The \code{name} entry 2669 specifies the name to use for this metadata item, and may include 2670 \code{sprintf}-type formating codes. The \code{comment} entry is a fixed 2671 string which is used for the comment associated with this metadata item. The 2672 metadata data and the arguments to the \code{name} formatting codes are passed, 2673 in that order (metadata pointer first), to \code{psMetadataItemAlloc} as 2674 arguments following the comment string. The data must be a pointer for any 2675 data types which are stored in the element \code{data.void}, while other data 2676 types are passed as numeric values. All \code{data.void} types may be set to 2677 have a value of \code{NULL}. The argument list must be interpreted 2678 appropriately by the \code{va_list} operators in the function. 2680 2679 2681 2680 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
