Changes for page Project Guidelines
Last modified by stu114053 on 2025/01/30 12:17
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -78,6 +78,43 @@ 78 78 } 79 79 {{/code}} 80 80 81 +{{code language="sct" title="SCTx CodeStyle" linenumbers="true"}} 82 +#import blub 83 + 84 + 85 +scchart Test { 86 + 87 + input bool trigger 88 + input int array[10] 89 + 90 + output bool action0, action1 91 + 92 + int fun 93 + 94 + region first_region "Have fun": 95 + // State example 96 + initial state example_state 97 + go to example_state immediate 98 + if trigger 99 + do action0 = true 100 + ; action1 = false 101 + ; fun++ 102 + label "Having fun" 103 + 104 + go to example_state immediate 105 + if trigger 106 + do action0 = true 107 + ; action1 = false 108 + ; fun-- 109 + label "Having fun" 110 + 111 + // Region 112 + region second_region "Do nothing concurrently": 113 + 114 + initial state init; 115 +} 116 +{{/code}} 117 + 81 81 == Build Settings == 82 82 83 83 To have the simulation and SCT build correctly via Prom, one has to modify the Prom environment that builds the project:
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -3116252 41 +31162525 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/3116252 4/Project Guidelines1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/31162525/Project Guidelines