<
From version < 13.1 >
edited by stu114053
on 2017/08/02 13:51
To version < 14.1 >
edited by stu114053
on 2017/08/07 12:45
>
Change comment: There is no comment for this version

Summary

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 -31162524
1 +31162525
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/31162524/Project Guidelines
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/31162525/Project Guidelines