summaryrefslogtreecommitdiff
path: root/CommonAPI-Examples/E06Unions/vsomeip-local.json
diff options
context:
space:
mode:
Diffstat (limited to 'CommonAPI-Examples/E06Unions/vsomeip-local.json')
-rw-r--r--CommonAPI-Examples/E06Unions/vsomeip-local.json30
1 files changed, 28 insertions, 2 deletions
diff --git a/CommonAPI-Examples/E06Unions/vsomeip-local.json b/CommonAPI-Examples/E06Unions/vsomeip-local.json
index 2f4c823..d26710c 100644
--- a/CommonAPI-Examples/E06Unions/vsomeip-local.json
+++ b/CommonAPI-Examples/E06Unions/vsomeip-local.json
@@ -36,12 +36,38 @@
"service" : "0x1234",
"instance" : "0x5678",
"reliable" : { "port" : "30509", "enable-magic-cookies" : "false" },
- "unreliable" : "31000"
+ "unreliable" : "31000",
+ "events" :
+ [
+ {
+ "event" : "0x80F2",
+ "is_field" : "false",
+ "is_reliable" : "false",
+ "update-cycle" : 0
+ },
+ {
+ "event" : "0x80F3",
+ "is_field" : "true",
+ "is_reliable" : "false",
+ "update-cycle" : 0
+ }
+ ],
+ "eventgroups" :
+ [
+ {
+ "eventgroup" : "0x80F2",
+ "events" : [ "0x80F2" ]
+ },
+ {
+ "eventgroup" : "0x80F3",
+ "events" : [ "0x80F3" ]
+ }
+ ]
}
]
}
],
- "routing" : "client-sample",
+ "routing" : "service-sample",
"service-discovery" :
{
"enable" : "true",