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 1177 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 1170 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 1168 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 1169 of file midas.h. Referenced by bm_close_buffer(), bm_open_buffer(), and cm_cleanup(). |
|
no of received events Definition at line 1174 of file midas.h. Referenced by bm_flush_cache(), and bm_send_event(). |
|
no of distributed events Definition at line 1175 of file midas.h. Referenced by bm_push_event(), and bm_receive_event(). |
|
read pointer Definition at line 1172 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 1171 of file midas.h. Referenced by bm_flush_cache(), bm_open_buffer(), bm_push_event(), bm_receive_event(), and bm_send_event(). |
|
read pointer Definition at line 1173 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(). |