automotive-dlt
|
#include <dlt_daemon_connection_types.h>
Data Fields | |
DltConnectionId | id |
DltReceiver * | receiver |
DltConnectionType | type |
DltConnectionStatus | status |
struct DltConnection * | next |
int | ev_mask |
Definition at line 75 of file dlt_daemon_connection_types.h.
int DltConnection::ev_mask |
Mask to set when registering the connection for events
Definition at line 81 of file dlt_daemon_connection_types.h.
Referenced by dlt_connection_check_activate(), and dlt_event_handler_register_connection().
DltConnectionId DltConnection::id |
Definition at line 76 of file dlt_daemon_connection_types.h.
Referenced by dlt_connection_check_activate(), dlt_connection_create(), dlt_connection_destroy(), and dlt_event_handler_find_connection_by_id().
struct DltConnection* DltConnection::next |
For multiple client connection using linked list
Definition at line 80 of file dlt_daemon_connection_types.h.
Referenced by dlt_connection_get_next(), dlt_daemon_add_connection(), dlt_daemon_client_send_all_multiple(), dlt_daemon_remove_connection(), dlt_event_handler_find_connection(), dlt_event_handler_find_connection_by_id(), and dlt_event_handler_register_connection().
DltReceiver* DltConnection::receiver |
Receiver structure for this connection
Definition at line 77 of file dlt_daemon_connection_types.h.
Referenced by dlt_connection_check_activate(), dlt_connection_create(), dlt_connection_destroy(), dlt_connection_destroy_receiver(), dlt_connection_send(), dlt_daemon_client_send_all_multiple(), dlt_event_handler_find_connection(), and dlt_event_handler_register_connection().
DltConnectionStatus DltConnection::status |
Status of connection
Definition at line 79 of file dlt_daemon_connection_types.h.
Referenced by dlt_connection_check_activate(), dlt_connection_create(), and dlt_event_handler_register_connection().
DltConnectionType DltConnection::type |
Represents what type of handle is this (like FIFO, serial, client, server)
Definition at line 78 of file dlt_daemon_connection_types.h.
Referenced by dlt_connection_check_activate(), dlt_connection_create(), dlt_connection_destroy(), dlt_connection_destroy_receiver(), dlt_connection_get_callback(), dlt_connection_get_next(), dlt_connection_send(), dlt_daemon_client_send_all_multiple(), dlt_event_handler_register_connection(), and dlt_event_handler_unregister_connection().