IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3658


Ignore:
Timestamp:
Apr 4, 2005, 5:05:11 PM (21 years ago)
Author:
jhoblitt
Message:

add psMetadataFormatConfig()
add psMetadataWriteConfig()

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r3657 r3658  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.82 2005-04-05 00:48:40 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.83 2005-04-05 03:05:11 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    531531\item Remove Configuration File Grammar appendix
    532532\item Add Configuration File Test Inputs appendix
     533\Item Add \code{psMetadataFormatConfig()}
     534\item Add \code{psMetadataWriteConfig()}
    533535\end{itemize}
    534536
  • trunk/doc/pslib/psLibSDRS.tex

    r3657 r3658  
    1 %%% $Id: psLibSDRS.tex,v 1.197 2005-04-05 00:48:40 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.198 2005-04-05 03:05:11 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    39383938On error, the function shall return \code{NULL}.
    39393939
     3940It is also useful to be able to convert a \code{psMetadata} structure into the
     3941Configuration File format for debugging purposes and to enable persistent
     3942configuration.
     3943
     3944\begin{verbatim}
     3945char *psMetadataFormatConfig(psMetadata *md);
     3946bool psMetadataWriteConfig(psMetadata *md, const char *filename);
     3947\end{verbatim}
     3948
     3949The \code{psMetadataFormatConfig} function converts a \code{psMetadata}
     3950structure (including any nested \code{psMetadata}) into a Configuration File
     3951formatted string.  A \code{NULL} shall be returned on error.  The
     3952\code{psMetadataWriteConfig} behaves the same as \code{psMetadataFormatConfig}
     3953except that the string is writen out to \code{filename}.  \code{false} is
     3954returned on failure.
     3955
    39403956\paragraph{Comments}
    39413957
Note: See TracChangeset for help on using the changeset viewer.