libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DBG(x)
 
#define DBG1(x)
 
#define DBG2(x)
 
#define DBG2n(x)
 
#define DBGN(x)
 
#define FILE_N_LINE   fprintf(stderr, "%s:%d: ", __FILE__, __LINE__);
 

Macro Definition Documentation

◆ DBG

#define DBG ( x)
Value:
/* x */

Definition at line 58 of file debug.h.

◆ DBG1

#define DBG1 ( x)
Value:
/* x */

The purpose of DODS_DEBUG1 is to look at only a handful of the DBG() macros by changing them to DBG1() macros and defining DODS_DEBUG1.

Definition at line 67 of file debug.h.

◆ DBG2

#define DBG2 ( x)
Value:
/* x */

Definition at line 74 of file debug.h.

◆ DBG2n

#define DBG2n ( x)
Value:
/* x */

Definition at line 75 of file debug.h.

◆ DBGN

#define DBGN ( x)
Value:
/* x */

Definition at line 59 of file debug.h.

◆ FILE_N_LINE

#define FILE_N_LINE   fprintf(stderr, "%s:%d: ", __FILE__, __LINE__);

Definition at line 50 of file debug.h.