Skip to content

Commit 1cfeb32

Browse files
committed
FBS: Add Channel Message metadata to Notify.
Signed-off-by: Timothy Rule (VM/EMT3) <Timothy.Rule@de.bosch.com>
1 parent ef41853 commit 1cfeb32

File tree

2 files changed

+84
-9
lines changed

2 files changed

+84
-9
lines changed

code/go/dse/schemas/fbs/notify/NotifyMessage.go

Lines changed: 71 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemas/flatbuffers/simbus_notify.fbs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,19 @@ table NotifyMessage {
151151
/// Channel Messages.
152152
/// Send only one of the following per Notify message.
153153

154+
/// Client supplied token which will request a Message ACK (i.e. an empty
155+
/// Channel Message with the same token value).
156+
token:int;
157+
158+
/// Indicate a return code for a Message Processing. Only set in case of error.
159+
rc:int;
160+
161+
/// A message related to an `rc` value indicating an error.
162+
response:string;
163+
164+
/// Channel Name relating to this message.
165+
channel_name:string;
166+
154167
/// Model Register.
155168
/// (Model -> SimBus)
156169
/// (SimBus -> Model)

0 commit comments

Comments
 (0)