summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@jp.adit-jv.com>2016-01-20 14:57:57 +0900
committerGernot Wirschal <gernot.wirschal@bmw.de>2016-04-26 16:01:26 +0200
commitcc4517dcffc6e5fd66791fca486586ae9b948174 (patch)
tree4cea5f06acd0fd50823e66f758b6df51d38c79fd /include
parentc75c984cfb1c6d154b14ebfca64c8222c4013c6b (diff)
downloadDLT-daemon-cc4517dcffc6e5fd66791fca486586ae9b948174.tar.gz
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 <clipka@jp.adit-jv.com> Change-Id: I0ae4501449bf264c2d6f32724b0f035926115611
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_common.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -509,6 +509,11 @@ typedef struct
typedef struct
{
uint32_t service_id; /**< service ID */
+} PACKED DltServiceGetSoftwareVersion;
+
+typedef struct
+{
+ uint32_t service_id; /**< service ID */
uint8_t status; /**< reponse status */
uint32_t length; /**< length of following payload */
/*char [] payload;*/