GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBS / V2-11-0
Constituent: pbs     Tag: rad750
#include "PBS/BUG.h"
#include "PBS/REG.h"
#include "PBS/PBS.h"
#include <stdarg.h>
Include dependency graph for BUG.c:

Functions | |
| void | BUG_check (int status, const char *reason,...) |
| Simple routine to declare a BUG check. | |
CVS $Id: BUG.c,v 1.3 2004/05/12 16:19:04 russell Exp $
This routine is deprecated, being replaced by PBS_panic
|
||||||||||||||||
|
Simple routine to declare a BUG check.
EXAMPLE BUG_check (0xdeadbeef,
"Mad Cow Disease takes over GFS inflicting %d programmers\n",
nProgrammers);
|
1.4.4