mrfioc2  2.3.0
Macros
debugPrint.h File Reference
#include <stdio.h>
Include dependency graph for debugPrint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DP_NONE   0
 
#define DP_FATAL   1
 
#define DP_ERROR   2
 
#define DP_WARN   3
 
#define DP_INFO   4
 
#define DP_DEBUG   5
 
#define DEBUGPRINT(interest, globalFlag, args)
 

Macro Definition Documentation

◆ DEBUGPRINT

#define DEBUGPRINT (   interest,
  globalFlag,
  args 
)

Definition at line 102 of file debugPrint.h.

◆ DP_DEBUG

#define DP_DEBUG   5

Definition at line 93 of file debugPrint.h.

◆ DP_ERROR

#define DP_ERROR   2

Definition at line 90 of file debugPrint.h.

◆ DP_FATAL

#define DP_FATAL   1

Definition at line 89 of file debugPrint.h.

◆ DP_INFO

#define DP_INFO   4

Definition at line 92 of file debugPrint.h.

◆ DP_NONE

#define DP_NONE   0

Definition at line 88 of file debugPrint.h.

◆ DP_WARN

#define DP_WARN   3

Definition at line 91 of file debugPrint.h.