| ... |
... |
@@ -67,7 +67,6 @@ |
| 67 |
67 |
Now start modeling an SCChart. For example copy & paste the following sct code of abo, the hello world of SCCharts: |
| 68 |
68 |
|
| 69 |
69 |
{{code title="abo.sct"}} |
| 70 |
|
-@VHLayout |
| 71 |
71 |
scchart ABO { |
| 72 |
72 |
input output bool A; |
| 73 |
73 |
input output bool B; |
| ... |
... |
@@ -92,14 +92,6 @@ |
| 92 |
92 |
} |
| 93 |
93 |
{{/code}} |
| 94 |
94 |
|
| 95 |
|
-As you save (Ctrl+S), KIELER will automatically draw the graphical SCChart diagram in a new KLigD view: |
| 96 |
|
- |
| 97 |
|
-[[image:attach:kieler11.png]] |
| 98 |
|
- |
| 99 |
|
-You may want to re-arrange views. Just drag the KLighD view to the right side: |
| 100 |
|
- |
| 101 |
|
-[[image:attach:kieler12.png]] |
| 102 |
|
- |
| 103 |
103 |
|
| 104 |
104 |
|
| 105 |
105 |
= Generate C Code = |