Data Fields | |
char | name [NAME_LENGTH] |
INT | num_clients |
INT | max_client_index |
INT | size |
INT | read_pointer |
INT | write_pointer |
INT | num_in_events |
INT | num_out_events |
BUFFER_CLIENT | client [MAX_CLIENTS] |
|
entries for clients Definition at line 827 of file midas.h. Referenced by bm_close_buffer(), bm_flush_cache(), bm_open_buffer(), bm_push_event(), bm_receive_event(), bm_send_event(), bm_skip_event(), cm_cleanup(), and cm_set_watchdog_params(). |
|
index of last client Definition at line 820 of file midas.h. Referenced by bm_close_buffer(), bm_flush_cache(), bm_open_buffer(), bm_push_event(), bm_receive_event(), bm_send_event(), and cm_cleanup(). |
|
name of buffer Definition at line 818 of file midas.h. Referenced by bm_check_buffers(), bm_close_buffer(), bm_flush_cache(), bm_open_buffer(), bm_push_event(), bm_send_event(), and cm_cleanup(). |
|
no of active clients Definition at line 819 of file midas.h. Referenced by bm_close_buffer(), bm_open_buffer(), and cm_cleanup(). |
|
no of received events Definition at line 824 of file midas.h. Referenced by bm_flush_cache(), and bm_send_event(). |
|
no of distributed events Definition at line 825 of file midas.h. Referenced by bm_push_event(), and bm_receive_event(). |
|
read pointer Definition at line 822 of file midas.h. Referenced by bm_flush_cache(), bm_push_event(), bm_receive_event(), and bm_send_event(). |
|
size of data area in bytes Definition at line 821 of file midas.h. Referenced by bm_flush_cache(), bm_open_buffer(), bm_push_event(), bm_receive_event(), and bm_send_event(). |
|
write pointer Definition at line 823 of file midas.h. Referenced by bm_flush_cache(), bm_open_buffer(), bm_push_event(), bm_receive_event(), bm_send_event(), and bm_skip_event(). |