|
automotive-dlt
|
#include "dlt_client.h"

Go to the source code of this file.
Data Structures | |
| struct | DltGatewayConnection |
| struct | DltGateway |
Macros | |
| #define | DLT_GATEWAY_CONFIG_PATH CONFIGURATION_FILES_DIR "/dlt_gateway.conf" |
| #define | DLT_GATEWAY_TIMER_INTERVAL 1 |
| #define | DLT_GATEWAY_RECONNECT_MAX 1 /* reconnect once after connection loss */ |
| #define | DLT_GATEWAY_MAX_STARTUP_CTRL_MSG 10 |
Definition in file dlt_gateway_types.h.
| #define DLT_GATEWAY_CONFIG_PATH CONFIGURATION_FILES_DIR "/dlt_gateway.conf" |
Definition at line 63 of file dlt_gateway_types.h.
Referenced by option_file_parser().
| #define DLT_GATEWAY_MAX_STARTUP_CTRL_MSG 10 |
Definition at line 70 of file dlt_gateway_types.h.
Referenced by dlt_gateway_check_control_messages(), and dlt_gateway_send_control_message().
| #define DLT_GATEWAY_RECONNECT_MAX 1 /* reconnect once after connection loss */ |
Definition at line 66 of file dlt_gateway_types.h.
Referenced by dlt_gateway_process_passive_node_messages().
| #define DLT_GATEWAY_TIMER_INTERVAL 1 |
Definition at line 64 of file dlt_gateway_types.h.
Referenced by main().
| enum connection_status |
| Enumerator | |
|---|---|
| DLT_GATEWAY_UNINITIALIZED | |
| DLT_GATEWAY_INITIALIZED | |
| DLT_GATEWAY_CONNECTED | |
| DLT_GATEWAY_DISCONNECTED | |
Definition at line 72 of file dlt_gateway_types.h.
| enum connection_trigger |
| Enumerator | |
|---|---|
| DLT_GATEWAY_UNDEFINED | |
| DLT_GATEWAY_ON_STARTUP | |
| DLT_GATEWAY_ON_DEMAND | |
| DLT_GATEWAY_DISABLED | |
Definition at line 80 of file dlt_gateway_types.h.