IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1673


Ignore:
Timestamp:
Sep 1, 2004, 1:50:05 PM (22 years ago)
Author:
Paul Price
Message:

Added psLibInit.

File:
1 edited

Legend:

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

    r1672 r1673  
    1 %%% $Id: psLibSDRS.tex,v 1.99 2004-09-01 23:41:45 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.100 2004-09-01 23:50:05 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    166166const char *psLibVersion(void);
    167167\end{verbatim}
     168
     169\subsection{Initialization}
     170
     171PSLib shall be initialized by calling \code{psLibInit} by the user
     172before use.  This enables the library to perform the following tasks
     173that are required before general use:
     174\begin{itemize}
     175\item Set the error codes for PSLib.
     176\end{itemize}
     177
     178The prototype is:
     179\begin{verbatim}
     180void psLibInit(void)
     181\end{verbatim}
     182
    168183
    169184\subsection{Memory Management}
     
    10891104taken to be valid values of \code{errno}.  \file{psErrorCodes.c} must
    10901105define the necessary function to register the error codes.
     1106
     1107
    10911108
    10921109%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.