Changeset 11248 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r9546 r11248 1 1 /** @file psTrace.h 2 * \brief basic run-time trace facilities3 * \ingroup LogTrace2 * 3 * @brief basic run-time trace facilities 4 4 * 5 5 * This file will hold the prototypes for defining procedures to insert … … 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.5 2$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-10-13 22:29:23 $11 * @version $Revision: 1.53 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-23 22:47:23 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 #if !defined(PS_TRACE_H) 16 17 #ifndef PS_TRACE_H 17 18 #define PS_TRACE_H 1 19 20 /// @addtogroup SysUtils System Utilities 21 /// @{ 22 18 23 #include <stdarg.h> 19 24 … … 21 26 #define PS_DEFAULT_TRACE_LEVEL -1 22 27 #define PS_THE_OTHER_DEFAULT_TRACE_LEVEL 0 23 24 /** \addtogroup LogTrace25 * \{26 */27 28 28 29 enum { … … 171 172 int psTraceGetDestination(void); 172 173 173 /* \} */// End of SystemGroup Functions 174 174 /// @} 175 175 #endif /* PS_NO_TRACE */ 176 177 176 #endif /* PS_TRACE_H */ 178
Note:
See TracChangeset
for help on using the changeset viewer.
