Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.common.tests/model/pingPongThreadReplPortTest/PingPongThreadReplPortTest.etmap')
-rw-r--r--tests/org.eclipse.etrice.generator.common.tests/model/pingPongThreadReplPortTest/PingPongThreadReplPortTest.etmap15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/org.eclipse.etrice.generator.common.tests/model/pingPongThreadReplPortTest/PingPongThreadReplPortTest.etmap b/tests/org.eclipse.etrice.generator.common.tests/model/pingPongThreadReplPortTest/PingPongThreadReplPortTest.etmap
new file mode 100644
index 000000000..11428da51
--- /dev/null
+++ b/tests/org.eclipse.etrice.generator.common.tests/model/pingPongThreadReplPortTest/PingPongThreadReplPortTest.etmap
@@ -0,0 +1,15 @@
+MappingModel PingPongThreadReplPortTest {
+
+ import PingPongThreadReplPortTest.System_PingPongReplPort
+ import PingPongThreadReplPort.Sys
+
+ Mapping System_PingPongReplPort -> Sys {
+ SubSystemMapping main -> node1 {
+ ThreadMapping mrPingThread -> DfltThread
+ ThreadMapping mrPong1Thread -> Thread1
+ ThreadMapping mrPong2Thread -> Thread2
+ ThreadMapping mrPong3Thread -> Thread3
+ ThreadMapping timingThread -> MixedThread
+ }
+ }
+} \ No newline at end of file

Back to the top