IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8769


Ignore:
Timestamp:
Sep 7, 2006, 11:50:57 AM (20 years ago)
Author:
jhoblitt
Message:

add psMetadataConfigParseStr()

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r7954 r8769  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.209 2006-07-25 00:10:04 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.210 2006-09-07 21:50:57 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    919919\item add \code{p_psDBFetchResult}
    920920\item add database subsubsecionts for ``Transaction Control Database Functions'' and ``Low Level Database Functions''
    921 \end{itemize}
     921\item add \code{psMetadataConfigParseStr()}
     922\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r8100 r8769  
    1 %%% $Id: psLibSDRS.tex,v 1.426 2006-08-03 03:29:53 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.427 2006-09-07 21:50:57 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    30763076\begin{prototype}
    30773077psMetadata *psMetadataConfigParse(psMetadata *md, unsigned int *nFail, const char *filename, bool overwrite);
     3078psMetadata *psMetadataConfigParseStr(psMetadata *md, unsigned int *nFail, const char *str, bool overwrite);
    30783079\end{prototype}
    30793080
     
    30863087below) are overwritten if and only if \code{overwrite} is \code{true}.
    30873088If the metadata container is \code{NULL}, it shall be allocated. 
     3089
     3090\code{psMetadataConfigParseStr} is identical in behavor as
     3091\code{psMetadataConfigParse} except that it parses from a string (\code{str})
     3092instead of from a file.
    30883093
    30893094On error, the function shall return \code{NULL}.
Note: See TracChangeset for help on using the changeset viewer.