OpenMAXBellagio  0.9.3
user_debug_levels.h
Go to the documentation of this file.
1 
31 #define DEB_LEV_NO_OUTPUT 0
32 
34 #define DEB_LEV_ERR 1
35 
37 #define DEB_LEV_PARAMS 2
38 
41 #define DEB_LEV_SIMPLE_SEQ 4
42 
46 #define DEB_LEV_FULL_SEQ 8
47 
50 #define DEB_LEV_FUNCTION_NAME 16
51 
55 #define DEFAULT_MESSAGES 32
56 
59 #define DEB_ALL_MESS 255
60 
61 
63 #define DEBUG_LEVEL (DEB_LEV_ERR | DEFAULT_MESSAGES)
64 #if DEBUG_LEVEL > 0
65 #define DEBUG(n, args...) do { if (DEBUG_LEVEL & (n)){fprintf(stderr, args);} } while (0)
66 #else
67 #define DEBUG(n, args...)
68 #endif
69 

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo