Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/model/etmap-example.etmap')
-rw-r--r--plugins/org.eclipse.etrice.doc/model/etmap-example.etmap16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.etrice.doc/model/etmap-example.etmap b/plugins/org.eclipse.etrice.doc/model/etmap-example.etmap
index 8ea1e631d..a3c4d3a9a 100644
--- a/plugins/org.eclipse.etrice.doc/model/etmap-example.etmap
+++ b/plugins/org.eclipse.etrice.doc/model/etmap-example.etmap
@@ -1,10 +1,10 @@
-MappingModel test {
-
- import test.* from "etphys-example.etphys"
- import test.* from "room-example.room"
-
- Mapping Main -> MainPhys {
- SubSystemMapping subA -> pc1 {
+MappingModel test {
+
+ import test.* from "etphys-example.etphys"
+ import test.* from "room-example.room"
+
+ Mapping Main -> MainPhys {
+ SubSystemMapping subA -> pc1 {
ThreadMapping dflt -> thread1
ThreadMapping extra -> thread2
}
@@ -12,5 +12,5 @@ MappingModel test {
ThreadMapping dflt -> main
ThreadMapping extra -> main
}
- }
+ }
} \ No newline at end of file

Back to the top