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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dlt/dlt_types.h b/include/dlt/dlt_types.h
index f63d046..0047233 100644
--- a/include/dlt/dlt_types.h
+++ b/include/dlt/dlt_types.h
@@ -188,4 +188,13 @@ typedef enum
} DltUserConnectionState;
#endif
+/**
+ * Definition of timestamp types
+ */
+typedef enum
+{
+ DLT_AUTO_TIMESTAMP = 0,
+ DLT_USER_TIMESTAMP
+} DltTimestampType;
+
#endif /* DLT_TYPES_H */