#include <stdarg.h>
Go to the source code of this file.
void diag_print |
( |
int |
level, |
|
|
char * |
format, |
|
|
|
... |
|
) |
| |
|
inline |
Definition at line 9 of file diag.h.
References diag_cm_msg_threshold, diag_print_impl(), diag_print_setup(), and diag_print_threshold.
Referenced by begin_of_run(), caenV767_bor(), caenV767_bor1(), caenV767_poll1(), caenV767_pre_bor(), caenV767_read1(), dl401_bor1(), dl401_read(), dl401_setPedestals(), dl403_init(), dl403_setClockCycle(), dl403_setClockRate(), dl40x_bor(), end_of_run(), floppy_ttl_init(), lrs2249_bor(), pre_begin_of_run(), read_periodic_event(), read_trigger_event(), rpc_end_of_cycle(), rpc_master_pre_bor(), rpc_master_read(), rpc_ready_for_cycle(), rpc_request_stop(), rpc_slave_bor(), rpc_slave_poll_live(), s500_bor(), send_ready_for_cycle(), sis3600_bor(), sis3600_bor1(), sis3600_fifo_read(), sis3600_poll1(), start_cycle(), vme_open(), vmic_ttl_init(), vmic_ttl_start_block(), and vmic_ttl_stop_block().
21 va_start(argp, format);
void diag_print_impl |
( |
int |
level, |
|
|
char * |
format, |
|
|
va_list |
ap |
|
) |
| |
Definition at line 35 of file diag.cpp.
39 vsnprintf(buffer,
sizeof(buffer), format, argp);
53 time_t now =
time(NULL);
void diag_print_setup |
( |
) | |
|
int diag_cm_msg_threshold |