IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4867


Ignore:
Timestamp:
Aug 24, 2005, 11:27:10 AM (21 years ago)
Author:
Paul Price
Message:

Adding log destination, and const for pmConfigValidateCamera.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/ModulesSDRS.tex

    r4757 r4867  
    1 %%% $Id: ModulesSDRS.tex,v 1.53 2005-08-11 03:05:26 price Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.54 2005-08-24 21:27:10 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    151151\item \code{LOGFORMAT} of type \code{STR}: The log format for
    152152  \code{psLogSetFormat}.
     153\item \code{LOGDEST} of type \code{STR}: The log destination for
     154  \code{psLogSetDestination}.
    153155\item \code{TRACE} of type \code{METADATA}: A list of components with
    154156  the desired trace level (of type \code{S32}) for each.
     
    186188LOGLEVEL        S32     3                       # Logging level; 3=INFO
    187189LOGFORMAT       STR     THLNM                   # Log format
     190LOGDEST         STR     STDOUT                  # Log destination
    188191TRACE           METADATA                        # Trace levels
    189192        psLib.math.psPolynomial         S32     6
     
    656659
    657660\begin{prototype}
    658 bool pmConfigValidateCamera(psMetadata *camera, psMetadata *header);
     661bool pmConfigValidateCamera(const psMetadata *camera, const psMetadata *header);
    659662\end{prototype}
    660663
Note: See TracChangeset for help on using the changeset viewer.