summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlt/dlt_types.h')
-rw-r--r--include/dlt/dlt_types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/dlt/dlt_types.h b/include/dlt/dlt_types.h
index 03cd036..2393174 100644
--- a/include/dlt/dlt_types.h
+++ b/include/dlt/dlt_types.h
@@ -178,4 +178,14 @@ typedef enum
typedef float float32_t;
typedef double float64_t;
+/**
+ * Definition Library connection state
+ */
+typedef enum
+{
+ DLT_USER_NOT_CONNECTED = 0,
+ DLT_USER_CONNECTED,
+ DLT_USER_RETRY_CONNECT
+} DltUserConnectionState;
+
#endif /* DLT_TYPES_H */