From c8d990b893838b3263ac020b095f1a520908e815 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 11 Sep 2014 16:14:07 +0200 Subject: Added new API to send marker message from application. Signed-off-by: Alexander Wenzel --- include/dlt/dlt_common.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/dlt/dlt_common.h') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index d03eca8..a0d48f6 100755 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -530,6 +530,15 @@ typedef struct uint8_t isdst; /**< Is daylight saving time */ } PACKED DltServiceTimezone; +/** + * The structure of the DLT Service Marker + */ +typedef struct +{ + uint32_t service_id; /**< service ID */ + uint8_t status; /**< reponse status */ +} PACKED DltServiceMarker; + /** * Structure to store filter parameters. * ID are maximal four characters. Unused values are filled with zeros. -- cgit v1.2.1