From cc4517dcffc6e5fd66791fca486586ae9b948174 Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Wed, 20 Jan 2016 14:57:57 +0900 Subject: MultiNode: Send control messages after connection A list of control messages can be specified in the dlt_gateway.conf. These messages then are send immediately to the passive node after the connection has been established. Currently supported control messages are - GET_LOG_INFO - GET_SOFTWARE_VERSION Having the "SendControl" property is now mandatory for a passive node configuration, but the list of control messages might be empty. Signed-off-by: Christoph Lipka Change-Id: I0ae4501449bf264c2d6f32724b0f035926115611 --- include/dlt/dlt_common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index c3a44d1..2a87ade 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -506,6 +506,11 @@ typedef struct uint32_t overflow_counter; /**< overflow counter */ } PACKED DltServiceMessageBufferOverflowResponse; +typedef struct +{ + uint32_t service_id; /**< service ID */ +} PACKED DltServiceGetSoftwareVersion; + typedef struct { uint32_t service_id; /**< service ID */ -- cgit v1.2.1