Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap')
-rw-r--r--examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap b/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap
deleted file mode 100644
index 8c224df80..000000000
--- a/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etmap
+++ /dev/null
@@ -1,17 +0,0 @@
-MappingModel cgenRef {
-
- import cGenRef.* from "cGenRef.room"
- import cGenRef.* from "cGenRef.etphys"
-
- Mapping cGenRef.LS -> cGenRef.Sys {
- SubSystemMapping sys1 -> node1 {
- ThreadMapping dflt_thread -> PhysicalThread1
- ThreadMapping other_thread -> PhysicalThread1
- //ThreadMapping other_thread -> PhysicalThread2
- }
-// SubSystemMapping sys2 -> node2 {
-// ThreadMapping dflt_thread -> PhysicalThread1
-// ThreadMapping other_thread -> PhysicalThread2
-// }
- }
-} \ No newline at end of file

Back to the top