AlcapDAQ
1
|
#include <stdio.h>
#include <stdarg.h>
#include "midas.h"
#include "odb_wrapper.h"
#include "crate.h"
#include "diag.h"
Go to the source code of this file.
Functions | |
void | diag_print_setup () |
void | diag_print_impl (int level, char *format, va_list argp) |
Variables | |
int | diag_print_threshold = -1 |
int | diag_cm_msg_threshold = -1 |
time_t | last_message_time = 0 |
int | num_messages_this_second = 0 |
void diag_print_impl | ( | int | level, |
char * | format, | ||
va_list | argp | ||
) |
void diag_print_setup | ( | ) |
int diag_cm_msg_threshold = -1 |
Definition at line 11 of file diag.cpp.
Referenced by diag_print(), diag_print_impl(), and diag_print_setup().
int diag_print_threshold = -1 |
Definition at line 10 of file diag.cpp.
Referenced by diag_print(), diag_print_setup(), read_periodic_event(), and read_trigger_event().
time_t last_message_time = 0 |
Definition at line 13 of file diag.cpp.
Referenced by diag_print_impl().
int num_messages_this_second = 0 |
Definition at line 14 of file diag.cpp.
Referenced by diag_print_impl().