IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2004, 5:41:50 PM (22 years ago)
Author:
eugene
Message:

extensive edits based on MHPCC comments, see ChangeLogSDRS.tex

File:
1 edited

Legend:

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

    r381 r747  
    11\begin{CompactItemize}
    22\item
    3 int {\bf ps\-Set\-Log\-Destination} (int dest)
     3int {\bf ps\-Log\-Set\-Destination} (int dest)
    44\begin{CompactList}\small\item\em Sets the log destination.\item\end{CompactList}\item
    5 int {\bf ps\-Set\-Log\-Level} (int level)
     5int {\bf ps\-Log\-Set\-Level} (int level)
    66\begin{CompactList}\small\item\em Sets the log level.\item\end{CompactList}\item
    7 void {\bf ps\-Set\-Log\-Format} (const char $\ast$fmt)
     7void {\bf ps\-Log\-Set\-Format} (const char $\ast$fmt)
    88\begin{CompactList}\small\item\em sets the log format\item\end{CompactList}\item
    99void {\bf ps\-Log\-Msg} (const char $\ast$name, int my\-Level, const char $\ast$fmt,...)
    1010\begin{CompactList}\small\item\em Logs a message.\item\end{CompactList}\item
    11 void {\bf p\_\-ps\-VLog\-Msg} (const char $\ast$name, int my\-Level, const char $\ast$fmt, va\_\-list ap)
     11void {\bf ps\-Log\-Msg\-V} (const char $\ast$name, int my\-Level, const char $\ast$fmt, va\_\-list ap)
    1212\begin{CompactList}\small\item\em Logs a message from varargs.\item\end{CompactList}\item
    1313void $\ast$ {\bf p\_\-ps\-Alloc} (size\_\-t size, const char $\ast$file, int lineno)
     
    2727void $\ast$ {\bf ps\-Mem\-Decr\-Ref\-Counter} (void $\ast$vptr)
    2828\begin{CompactList}\small\item\em Decrement reference counter and return the pointer.\item\end{CompactList}\item
    29 {\bf ps\-Mem\-Problem\-CB} {\bf ps\-Mem\-Problem\-CBSet} ({\bf ps\-Mem\-Problem\-CB} func)
     29{\bf ps\-Mem\-Problem\-Callback} {\bf ps\-Mem\-Problem\-Callback\-Set} ({\bf ps\-Mem\-Problem\-Callback} func)
    3030\begin{CompactList}\small\item\em Set callback for problems.\item\end{CompactList}\item
    31 {\bf ps\-Mem\-Exhausted\-CB} {\bf ps\-Mem\-Exhausted\-CBSet} ({\bf ps\-Mem\-Exhausted\-CB} func)
     31{\bf ps\-Mem\-Exhausted\-Callback} {\bf ps\-Mem\-Exhausted\-Callback\-Set} ({\bf ps\-Mem\-Exhausted\-Callback} func)
    3232\begin{CompactList}\small\item\em Set callback for out-of-memory.\item\end{CompactList}\item
    33 ps\-Mem\-CB {\bf ps\-Mem\-Allocate\-CBSet} ({\bf ps\-Mem\-Allocate\-CB} func)
     33{\bf ps\-Mem\-Allocate\-Callback} {\bf ps\-Mem\-Allocate\-Callback\-Set} ({\bf ps\-Mem\-Allocate\-Callback} func)
    3434\begin{CompactList}\small\item\em Set call back for when a particular memory block is allocated.\item\end{CompactList}\item
    35 ps\-Mem\-CB {\bf ps\-Mem\-Free\-CBSet} ({\bf ps\-Mem\-Free\-CB} func)
     35{\bf ps\-Mem\-Free\-Callback} {\bf ps\-Mem\-Free\-Callback\-Set} ({\bf ps\-Mem\-Free\-Callback} func)
    3636\begin{CompactList}\small\item\em Set call back for when a particular memory block is freed.\item\end{CompactList}\item
    3737int {\bf ps\-Mem\-Get\-Id} (void)
     
    4949void {\bf p\_\-ps\-Trace} (const char $\ast$facil, int my\-Level,...)
    5050\begin{CompactList}\small\item\em Send a trace message.\item\end{CompactList}\item
    51 int {\bf ps\-Set\-Trace\-Level} (const char $\ast$facil, int level)
     51int {\bf ps\-Trace\-Set\-Level} (const char $\ast$facil, int level)
    5252\begin{CompactList}\small\item\em Set trace level.\item\end{CompactList}\item
    53 int {\bf ps\-Get\-Trace\-Level} (const char $\ast$facil)
     53int {\bf ps\-Trace\-Get\-Level} (const char $\ast$facil)
    5454\begin{CompactList}\small\item\em Get the trace level.\item\end{CompactList}\item
    5555void {\bf ps\-Trace\-Reset} (void)
    5656\begin{CompactList}\small\item\em turn off all tracing, and free trace's allocated memory\item\end{CompactList}\item
    57 void {\bf ps\-Print\-Trace\-Levels} (void)
    58 \begin{CompactList}\small\item\em print trace levels\item\end{CompactList}\end{CompactItemize}
     57void {\bf ps\-Trace\-Print\-Levels} (void)
     58\begin{CompactList}\small\item\em print trace levels\item\end{CompactList}\item
     59void {\bf ps\-Trace\-Set\-Destination} (FILE $\ast$fp)
     60\begin{CompactList}\small\item\em Set destination for tracing.\item\end{CompactList}\end{CompactItemize}
Note: See TracChangeset for help on using the changeset viewer.