automotive-dlt
|
#include <dlt_gateway_types.h>
Data Fields | |
int | handle |
connection_status | status |
char * | ecuid |
char * | ip_address |
int | sock_domain |
int | sock_type |
int | sock_protocol |
int | port |
connection_trigger | trigger |
int | timeout |
int | timeout_cnt |
int | reconnect_cnt |
int | control_msgs [DLT_GATEWAY_MAX_STARTUP_CTRL_MSG] |
int | send_serial |
DltClient | client |
Definition at line 89 of file dlt_gateway_types.h.
DltClient DltGatewayConnection::client |
Definition at line 104 of file dlt_gateway_types.h.
Referenced by 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 DltGatewayConnection::control_msgs[DLT_GATEWAY_MAX_STARTUP_CTRL_MSG] |
Definition at line 102 of file dlt_gateway_types.h.
Referenced by dlt_gateway_check_control_messages(), dlt_gateway_send_control_message(), and dlt_gateway_store_connection().
char* DltGatewayConnection::ecuid |
Definition at line 92 of file dlt_gateway_types.h.
Referenced by dlt_daemon_control_passive_node_connect_status(), dlt_gateway_check_ecu(), dlt_gateway_configure(), dlt_gateway_deinit(), dlt_gateway_forward_control_message(), dlt_gateway_process_on_demand_request(), dlt_gateway_process_passive_node_messages(), dlt_gateway_send_control_message(), and dlt_gateway_store_connection().
int DltGatewayConnection::handle |
Definition at line 90 of file dlt_gateway_types.h.
Referenced by dlt_gateway_store_connection().
char* DltGatewayConnection::ip_address |
Definition at line 93 of file dlt_gateway_types.h.
Referenced by dlt_gateway_check_ip(), dlt_gateway_configure(), dlt_gateway_deinit(), and dlt_gateway_store_connection().
int DltGatewayConnection::port |
Definition at line 97 of file dlt_gateway_types.h.
Referenced by dlt_gateway_check_port(), dlt_gateway_configure(), and dlt_gateway_store_connection().
int DltGatewayConnection::reconnect_cnt |
Definition at line 101 of file dlt_gateway_types.h.
Referenced by dlt_gateway_establish_connections(), and dlt_gateway_process_passive_node_messages().
int DltGatewayConnection::send_serial |
Definition at line 103 of file dlt_gateway_types.h.
Referenced by dlt_gateway_check_send_serial(), dlt_gateway_configure(), dlt_gateway_forward_control_message(), and dlt_gateway_store_connection().
int DltGatewayConnection::sock_domain |
Definition at line 94 of file dlt_gateway_types.h.
Referenced by dlt_gateway_store_connection().
int DltGatewayConnection::sock_protocol |
Definition at line 96 of file dlt_gateway_types.h.
Referenced by dlt_gateway_store_connection().
int DltGatewayConnection::sock_type |
Definition at line 95 of file dlt_gateway_types.h.
Referenced by dlt_gateway_store_connection().
connection_status DltGatewayConnection::status |
Definition at line 91 of file dlt_gateway_types.h.
Referenced by dlt_daemon_control_passive_node_connect_status(), 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 DltGatewayConnection::timeout |
Definition at line 99 of file dlt_gateway_types.h.
Referenced by dlt_gateway_check_timeout(), dlt_gateway_establish_connections(), and dlt_gateway_store_connection().
int DltGatewayConnection::timeout_cnt |
Definition at line 100 of file dlt_gateway_types.h.
Referenced by dlt_gateway_establish_connections(), and dlt_gateway_process_passive_node_messages().
connection_trigger DltGatewayConnection::trigger |
Definition at line 98 of file dlt_gateway_types.h.
Referenced by dlt_gateway_check_connect_trigger(), dlt_gateway_establish_connections(), dlt_gateway_process_passive_node_messages(), and dlt_gateway_store_connection().