• Main Page
  • Data Structures
  • Files
  • File List
  • Globals

include/trace.h

Go to the documentation of this file.
00001 
00022 #ifndef __TRACE_H__
00023 #define __TRACE_H__
00024 
00029 int traceOpen(char *filename);
00030 
00031 
00035 int traceClose();
00036  
00045 int traceEvent( char *functionName, int threadNr, char *event, ...);
00046 
00047 
00053 int traceEventRaw( char character);
00054 
00055 
00056 #endif

Generated by  doxygen 1.7.1