AlcapDAQ
1
|
#include <stdarg.h>
Go to the source code of this file.
Functions | |
void | diag_print_setup () |
void | diag_print_impl (int level, char *format, va_list ap) |
void | diag_print (int level, char *format,...) |
Variables | |
int | diag_print_threshold |
int | diag_cm_msg_threshold |
|
inline |
Definition at line 9 of file diag.h.
References diag_cm_msg_threshold, diag_print_impl(), diag_print_setup(), and diag_print_threshold.
void diag_print_impl | ( | int | level, |
char * | format, | ||
va_list | ap | ||
) |