|
automotive-dlt
|
#include <dlt_daemon_event_handler_types.h>

Data Fields | |
| int | epfd |
| struct epoll_event | events [DLT_EPOLL_MAX_EVENTS] |
| DltConnection * | connections |
Definition at line 54 of file dlt_daemon_event_handler_types.h.
| DltConnection* DltEventHandler::connections |
Definition at line 57 of file dlt_daemon_event_handler_types.h.
Referenced by dlt_daemon_add_connection(), dlt_daemon_client_send_all_multiple(), dlt_daemon_remove_connection(), dlt_event_handler_cleanup_connections(), dlt_event_handler_find_connection(), and dlt_event_handler_find_connection_by_id().
| int DltEventHandler::epfd |
Definition at line 55 of file dlt_daemon_event_handler_types.h.
Referenced by dlt_connection_check_activate(), dlt_daemon_handle_event(), and dlt_daemon_prepare_event_handling().
| struct epoll_event DltEventHandler::events[DLT_EPOLL_MAX_EVENTS] |
Definition at line 56 of file dlt_daemon_event_handler_types.h.
Referenced by dlt_daemon_handle_event().