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

Data Fields | |
| int | send_serial |
| DltGatewayConnection * | connections |
| int | num_connections |
Definition at line 108 of file dlt_gateway_types.h.
| DltGatewayConnection* DltGateway::connections |
Definition at line 111 of file dlt_gateway_types.h.
Referenced by dlt_daemon_control_passive_node_connect_status(), dlt_gateway_configure(), dlt_gateway_deinit(), dlt_gateway_establish_connections(), dlt_gateway_forward_control_message(), dlt_gateway_get_connection_receiver(), dlt_gateway_process_on_demand_request(), dlt_gateway_process_passive_node_messages(), and dlt_gateway_store_connection().
| int DltGateway::num_connections |
Definition at line 112 of file dlt_gateway_types.h.
Referenced by dlt_daemon_control_passive_node_connect_status(), dlt_gateway_configure(), dlt_gateway_deinit(), dlt_gateway_establish_connections(), dlt_gateway_forward_control_message(), dlt_gateway_get_connection_receiver(), dlt_gateway_process_on_demand_request(), and dlt_gateway_process_passive_node_messages().
| int DltGateway::send_serial |
Definition at line 110 of file dlt_gateway_types.h.
Referenced by dlt_gateway_configure(), and dlt_gateway_init().