Changeset 3658
- Timestamp:
- Apr 4, 2005, 5:05:11 PM (21 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
r3657 r3658 1 %%% $Id: ChangeLogSDRS.tex,v 1.8 2 2005-04-05 00:48:40jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.83 2005-04-05 03:05:11 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 531 531 \item Remove Configuration File Grammar appendix 532 532 \item Add Configuration File Test Inputs appendix 533 \Item Add \code{psMetadataFormatConfig()} 534 \item Add \code{psMetadataWriteConfig()} 533 535 \end{itemize} 534 536 -
trunk/doc/pslib/psLibSDRS.tex
r3657 r3658 1 %%% $Id: psLibSDRS.tex,v 1.19 7 2005-04-05 00:48:40jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.198 2005-04-05 03:05:11 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3938 3938 On error, the function shall return \code{NULL}. 3939 3939 3940 It is also useful to be able to convert a \code{psMetadata} structure into the 3941 Configuration File format for debugging purposes and to enable persistent 3942 configuration. 3943 3944 \begin{verbatim} 3945 char *psMetadataFormatConfig(psMetadata *md); 3946 bool psMetadataWriteConfig(psMetadata *md, const char *filename); 3947 \end{verbatim} 3948 3949 The \code{psMetadataFormatConfig} function converts a \code{psMetadata} 3950 structure (including any nested \code{psMetadata}) into a Configuration File 3951 formatted string. A \code{NULL} shall be returned on error. The 3952 \code{psMetadataWriteConfig} behaves the same as \code{psMetadataFormatConfig} 3953 except that the string is writen out to \code{filename}. \code{false} is 3954 returned on failure. 3955 3940 3956 \paragraph{Comments} 3941 3957
Note:
See TracChangeset
for help on using the changeset viewer.
