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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dlt/dlt_types.h b/include/dlt/dlt_types.h
index 9943e31..2880c89 100644
--- a/include/dlt/dlt_types.h
+++ b/include/dlt/dlt_types.h
@@ -173,6 +173,13 @@ typedef enum
DLT_USER_MODE_MAX /**< maximum value, used for range check */
} DltUserLogMode;
+/**
+ * Definition of Maintain Logstorage Loglevel modes
+ */
+#define DLT_MAINTAIN_LOGSTORAGE_LOGLEVEL_UNDEF -1
+#define DLT_MAINTAIN_LOGSTORAGE_LOGLEVEL_OFF 0
+#define DLT_MAINTAIN_LOGSTORAGE_LOGLEVEL_ON 1
+
typedef float float32_t;
typedef double float64_t;