IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 702


Ignore:
Timestamp:
May 14, 2004, 4:41:00 PM (22 years ago)
Author:
Paul Price
Message:

Changed psTraceSetDestination to take an open FILE*
instead of a filename.

File:
1 edited

Legend:

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

    r681 r702  
    1 %%% $Id: psLibSDRS.tex,v 1.43 2004-05-14 01:23:03 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.44 2004-05-15 02:41:00 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    729729with \code{psTraceSetDestination}:
    730730\begin{verbatim}
    731 void psTraceSetDestination(const char *filename // File to write to
    732     );
    733 \end{verbatim}
    734 If the \code{filename} is \code{NULL}, then the trace is sent to
    735 standard output.
     731void psTraceSetDestination(FILE *fp     // Open file pointer to write to
     732    );
     733\end{verbatim}
     734If the \code{fp} is \code{NULL}, then the trace is sent to standard
     735output.
    736736
    737737\subsubsection{Message Logging}
Note: See TracChangeset for help on using the changeset viewer.