IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 601


Ignore:
Timestamp:
May 7, 2004, 11:22:07 AM (22 years ago)
Author:
Paul Price
Message:

Added psTraceSetDestination, and renamed several of the trace
functions to conform to the psTypeAction standard naming system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psTrace.h

    r370 r601  
    1919
    2020/// Set trace level
    21 int psSetTraceLevel(const char *facil,  ///< facilty of interest
     21int psTraceSetLevel(const char *facil,  ///< facilty of interest
    2222                    int level)          ///< desired trace level
    2323;
    2424
    2525/// Get the trace level
    26 int psGetTraceLevel(const char *facil)  ///< facilty of interest
     26int psTraceGetLevel(const char *facil)  ///< facilty of interest
    2727;
    2828
     
    3232
    3333/// print trace levels
    34 void psPrintTraceLevels(void)
     34void psTracePrintLevels(void)
    3535;
     36
     37/** Set destination for tracing. */
     38void psTraceSetDestination(const char *filename // File to write to
     39    );
    3640
    3741/* \} */ // End of SystemGroup Functions
Note: See TracChangeset for help on using the changeset viewer.