summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_common.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-12-09 13:52:31 +0100
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-01-10 07:16:04 +0100
commitbff03e36c4ef0fe7f49403bbbcb49d48493293b7 (patch)
tree33685b60ed90d0830b9708af97394e2ecb0e3686 /include/dlt/dlt_common.h
parent302499439d5cdfab0ed7a2bf850e644eb98874df (diff)
downloadDLT-daemon-bff03e36c4ef0fe7f49403bbbcb49d48493293b7.tar.gz
Added new control message timezone.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'include/dlt/dlt_common.h')
-rwxr-xr-xinclude/dlt/dlt_common.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index 0740c9e..22710c7 100755
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -520,6 +520,17 @@ typedef struct
} PACKED DltServiceConnectionInfo;
/**
+ * The structure of the DLT Service Timezone
+ */
+typedef struct
+{
+ uint32_t service_id; /**< service ID */
+ uint8_t status; /**< reponse status */
+ int32_t timezone; /**< Timezone in seconds */
+ uint8_t isdst; /**< Is daylight saving time */
+} PACKED DltServiceTimezone;
+
+/**
* Structure to store filter parameters.
* ID are maximal four characters. Unused values are filled with zeros.
* If every value as filter is valid, the id should be empty by having only zero values.