Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.etmap')
-rw-r--r--examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.etmap10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.etmap b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.etmap
deleted file mode 100644
index 4ae51f23c..000000000
--- a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight.example/model/trafficlight.example.etmap
+++ /dev/null
@@ -1,10 +0,0 @@
-MappingModel MappingModel1 {
- import trafficlight.example.* from "trafficlight.example.room"
- import PhysicalModel1.* from "trafficlight.example.etphys"
- Mapping LSTraffic -> PhysSys1 {
- SubSystemMapping main -> nodeRef1 {
- ThreadMapping dflt_thread -> PhysicalThread1
- }
- }
-
-} \ No newline at end of file

Back to the top