Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
d7778331
Commit
d7778331
authored
Sep 27, 2019
by
Mike Grüne
Browse files
Added Porttypes to GenerationTest
parent
e0684fa8
Pipeline
#188309
failed with stages
in 25 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/tests/mqtt/Test.tag
View file @
d7778331
...
...
@@ -2,5 +2,12 @@ package tests.mqtt;
conforms
to
de
.
monticore
.
lang
.
embeddedmontiarc
.
tagging
.
middleware
.
mqtt
.
MqttToEmamTagSchema
;
tags
Test
{
tag
testComp
.
in1
with
MqttConnection
=
{
topic
=
/
clock
,
msgField
=
clock
.
toSec
()};
tag
testComp
.
in1
with
MqttConnection
=
{
topic
=
/
clockQ
};
tag
testComp
.
in2
with
MqttConnection
=
{
topic
=
/
clockN
};
tag
testComp
.
in3
with
MqttConnection
=
{
topic
=
/
clockZ
};
tag
testComp
.
in4
with
MqttConnection
=
{
topic
=
/
clockB
};
tag
testComp
.
out1
with
MqttConnection
=
{
topic
=
/
clockQ
};
tag
testComp
.
out2
with
MqttConnection
=
{
topic
=
/
clockN
};
tag
testComp
.
out3
with
MqttConnection
=
{
topic
=
/
clockZ
};
tag
testComp
.
out4
with
MqttConnection
=
{
topic
=
/
clockB
};
}
src/test/resources/tests/mqtt/TestComp.emam
View file @
d7778331
...
...
@@ -2,7 +2,11 @@ package tests.mqtt;
component
TestComp
{
ports
in
Q
in1
,
in
Q
in2
,
out
Q
out1
;
}
\ No newline at end of file
in
N
in2
,
in
Z
in3
,
in
B
in4
,
out
Q
out1
,
out
N
out2
,
out
Z
out3
,
out
B
out4
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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