IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2007, 2:38:46 PM (19 years ago)
Author:
Paul Price
Message:

Adding psTraceLevels to return a metadata with the trace levels.

File:
1 edited

Legend:

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

    r11248 r11449  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-01-23 22:47:23 $
     11 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-01-31 00:38:46 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2222
    2323#include <stdarg.h>
     24#include "psMetadata.h"
    2425
    2526#define PS_UNKNOWN_TRACE_LEVEL -9999   // we don't know this name's level
     
    172173int psTraceGetDestination(void);
    173174
     175/// Return a psMetadata summarising the trace levels
     176psMetadata *psTraceLevels(void);
     177
    174178/// @}
    175179#endif /* PS_NO_TRACE */
Note: See TracChangeset for help on using the changeset viewer.