automotive-dlt
|
Go to the source code of this file.
Data Structures | |
struct | DltEventHandler |
Macros | |
#define | DLT_EPOLL_MAX_EVENTS 10 |
Enumerations | |
enum | DltTimers { DLT_TIMER_PACKET = 0, DLT_TIMER_ECU, DLT_TIMER_GATEWAY, DLT_TIMER_UNKNOWN } |
Definition in file dlt_daemon_event_handler_types.h.
#define DLT_EPOLL_MAX_EVENTS 10 |
Definition at line 53 of file dlt_daemon_event_handler_types.h.
Referenced by dlt_daemon_handle_event(), and dlt_daemon_prepare_event_handling().
enum DltTimers |
Enumerator | |
---|---|
DLT_TIMER_PACKET | |
DLT_TIMER_ECU | |
DLT_TIMER_GATEWAY | |
DLT_TIMER_UNKNOWN |
Definition at line 43 of file dlt_daemon_event_handler_types.h.