Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
EmbeddedMontiArc
Commits
53f441d6
Commit
53f441d6
authored
Sep 27, 2019
by
Mike Grüne
Browse files
Removed OptionalMsgFieldTest Files
parent
ffff063c
Pipeline
#188367
passed with stage
in 1 minute and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/middleware/mqtt/OptionalMsgField.ema
deleted
100644 → 0
View file @
ffff063c
package
middleware
.
mqtt
;
component
OptionalMsgField
{
port
in
Q
in1
;
port
out
Q
out1
;
}
\ No newline at end of file
src/test/resources/middleware/mqtt/OptionalMsgField.tag
deleted
100644 → 0
View file @
ffff063c
package
middleware
.
mqtt
;
conforms
to
middleware
.
mqtt
.
MqttToEmamTagSchema
;
tags
OptionalMsgField
{
tag
optionalMsgField
.
in1
with
MqttConnection
=
{
topic
=
name1
};
tag
optionalMsgField
.
out1
with
MqttConnection
=
{
topic
=
name1
,
msgField
=
msgField1
};
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment