Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-07-11 07:04:18 +0000
committerHenrik Rentz-Reichert2013-07-11 07:04:18 +0000
commit96351043cc4e282ae186922edb9f238d1fda4ad5 (patch)
tree9dbfed78a0713419e2ef71f78d20e1dcfbb7d533
parentee91e9285c7a9e905a01ecdcf2d09534e44ec4af (diff)
downloadorg.eclipse.etrice-96351043cc4e282ae186922edb9f238d1fda4ad5.tar.gz
org.eclipse.etrice-96351043cc4e282ae186922edb9f238d1fda4ad5.tar.xz
org.eclipse.etrice-96351043cc4e282ae186922edb9f238d1fda4ad5.zip
[tutorials.c] fixed setup test
-rw-r--r--examples/org.eclipse.etrice.tutorials.c/model/SetupTest/SetupTest.etphys9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.c/model/SetupTest/SetupTest.etphys b/examples/org.eclipse.etrice.tutorials.c/model/SetupTest/SetupTest.etphys
index 253fc68a1..c8d4cfb6d 100644
--- a/examples/org.eclipse.etrice.tutorials.c/model/SetupTest/SetupTest.etphys
+++ b/examples/org.eclipse.etrice.tutorials.c/model/SetupTest/SetupTest.etphys
@@ -1,6 +1,6 @@
-PhysicalModel PhysicalModel1 {
+PhysicalModel PhysicalModel1 {
- PhysicalSystem PhysSys1 {
+ PhysicalSystem PhysSys1 {
NodeRef nodeRef1 : NodeClass1
}
@@ -10,7 +10,8 @@ PhysicalModel PhysicalModel1 {
priomax = 10
DefaultThread PhysicalThread1 {
- execmode = blocked
+ execmode = mixed
+ interval = 100ms
prio = 0
stacksize = 1024
msgblocksize = 32
@@ -22,4 +23,4 @@ PhysicalModel PhysicalModel1 {
model = multiThreaded
}
-} \ No newline at end of file
+}

Back to the top