Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etphys')
-rw-r--r--examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etphys66
1 files changed, 33 insertions, 33 deletions
diff --git a/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etphys b/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etphys
index 60389f95e..ad56b99a3 100644
--- a/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etphys
+++ b/examples/org.eclipse.etrice.generator.c.reference/model/cGenRef.etphys
@@ -1,34 +1,34 @@
-PhysicalModel cGenRef {
-
- PhysicalSystem Sys {
- NodeRef node1: PC
-// NodeRef node2: PC
- }
-
- NodeClass PC {
- runtime = PC
- priomin = 1
- priomax = 5
-
- DefaultThread PhysicalThread1 {
- execmode = mixed
- interval = 100 ms
- prio = 5
- stacksize = 1024
- msgblocksize = 32
- msgpoolsize = 5
- }
-
-// Thread PhysicalThread2 {
-// execmode = blocked
-// prio = 5
-// stacksize = 1024
-// msgblocksize = 64
-// msgpoolsize = 3
-// }
- }
-
- RuntimeClass PC {
- model = multiThreaded
- }
+PhysicalModel cGenRef {
+
+ PhysicalSystem Sys {
+ NodeRef node1: PC
+// NodeRef node2: PC
+ }
+
+ NodeClass PC {
+ runtime = PC
+ priomin = 1
+ priomax = 5
+
+ DefaultThread PhysicalThread1 {
+ execmode = mixed
+ interval = 100 ms
+ prio = 5
+ stacksize = 1024
+ msgblocksize = 32
+ msgpoolsize = 5
+ }
+
+// Thread PhysicalThread2 {
+// execmode = blocked
+// prio = 5
+// stacksize = 1024
+// msgblocksize = 64
+// msgpoolsize = 3
+// }
+ }
+
+ RuntimeClass PC {
+ model = multiThreaded
+ }
} \ No newline at end of file

Back to the top