IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add psMetadataConfigParseStr()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.