GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LDT / V0-4-0
Constituent: encdec     Tag: mv2304

Defines | |
| #define | dprintf(format,...) |
| Debugging print macro, enable if and only if DEBUG is defined. | |
| #define | declare(statement) |
| If defined, drops statement. | |
| #define | dprintf_0(format,...) |
| Debugging print macro, enable if and only if DEBUG_0 is defined. | |
| #define | declare_0(statement) |
| If defined, drops statement. | |
| #define | dprintf_1(format,...) |
| Debugging print macro, enable if and only if DEBUG is defined. | |
| #define | declare_1(statement,...) |
| If defined, drops statement. | |
| #define | report(_title, _original, _compressed, _cnt) |
CVS $Id: dprintf.h,v 1.2 2006/11/01 21:23:36 russell Exp $
Defines three macro DPRINTF, DPRINTF_0, DPRINTF_1. These are noops unless the corresponding symbols, DEBUG, DEBUG_0 or DEBUG_1 are defined
| #define dprintf | ( | format, | |||
| ... | ) |
Debugging print macro, enable if and only if DEBUG is defined.
| format | The printf style formatting string |
| #define dprintf_0 | ( | format, | |||
| ... | ) |
Debugging print macro, enable if and only if DEBUG_0 is defined.
| format | The printf style formatting string |
| #define dprintf_1 | ( | format, | |||
| ... | ) |
Debugging print macro, enable if and only if DEBUG is defined.
| format | The printf style formatting string |
1.5.3