Changeset 1571
- Timestamp:
- Aug 18, 2004, 3:30:33 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1570 r1571 1 %%% $Id: psLibSDRS.tex,v 1.8 0 2004-08-19 01:25:00price Exp $1 %%% $Id: psLibSDRS.tex,v 1.81 2004-08-19 01:30:33 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 720 720 % 721 721 \begin{verbatim} 722 int psTraceSetLevel(c har *facil, int level);722 int psTraceSetLevel(const char *facil, int level); 723 723 \end{verbatim} 724 724 % … … 728 728 % 729 729 \begin{verbatim} 730 int psTraceGetLevel(c har *facil);730 int psTraceGetLevel(const char *facil); 731 731 \end{verbatim} 732 732 % … … 833 833 % 834 834 \begin{verbatim} 835 void psLogMsg(c har *name, int myLevel,char *fmt, ...);836 void psLogMsgV(c har *name, int myLevel,char *fmt, va_list ap);835 void psLogMsg(const char *name, int myLevel, const char *fmt, ...); 836 void psLogMsgV(const char *name, int myLevel, const char *fmt, va_list ap); 837 837 \end{verbatim} 838 838 where \code{name} is a word to describe the source of the message, … … 867 867 % 868 868 \begin{verbatim} 869 int psLogSetDestination(c har *dest);869 int psLogSetDestination(const char *dest); 870 870 \end{verbatim} 871 871 % … … 882 882 % 883 883 \begin{verbatim} 884 void psLogSetFormat(const char *fmt); 884 void psLogSetFormat(const char *fmt); 885 885 \end{verbatim} 886 886 %
Note:
See TracChangeset
for help on using the changeset viewer.
