IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2005, 11:22:22 AM (21 years ago)
Author:
drobbin
Message:

Minor changes from new SDRS, prototype code for psArguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.h

    r5012 r5057  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-09-13 00:54:15 $
     11 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-09-15 21:22:22 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525 *  \{
    2626 */
     27
     28enum {
     29    PS_TRACE_TO_NONE = 0,             ///< turn off all traces
     30    PS_TRACE_TO_STDOUT = 1,           ///< trace to system's stdout
     31    PS_TRACE_TO_STDERR = 2,           ///< trace to system's stderr
     32};
    2733
    2834/** Functions **************************************************************/
     
    137143 *  @return FILE*:      File Destination
    138144 */
    139 int psTraceGetDestination(void);
     145int psTraceGetDestination();
    140146
    141147/* \} */// End of SystemGroup Functions
Note: See TracChangeset for help on using the changeset viewer.