GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> EMP / V1-4-1 > asc / rhel5-64
Defines | |
| #define | DPRINTF(format,...) |
| Debugging print macro, enable if and only if DEBUG is defined. | |
| #define | DPRINTF_0(format,...) |
| Debugging print macro, enable if and only if DEBUG_0 is defined. | |
| #define | DPRINTF_1(format,...) |
| Debugging print macro, enable if and only if DEBUG is defined _1. | |
CVS $Id: dprintf.h,v 1.1 2006/03/01 01:44:44 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 _1.
| format | The printf style formatting string |
1.5.8