<
From version < 2.1 >
edited by nbw
on 2014/06/22 18:48
To version < 3.1 >
edited by nbw
on 2014/06/22 18:49
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,7 +25,7 @@
25 25  
26 26  === Compilation from SCChart to C-Code ===
27 27  
28 -The SCCharts for the Controller are compiled by KIELER. This can either be done in the usual GUI Version or with the [[doc:KIELER.KIELER Compiler Console]].
28 +The SCCharts for the Controller are compiled by KIELER. This can either be done in the usual GUI Version or with the [[doc:KIELER.KIELER Command Line Compiler]].
29 29  
30 30  Before trying to run the code the compiler output should be checked. The compiler generates C-Code even if the Controller isn't fully schedulable, so be careful when trying new controllers.
31 31  
... ... @@ -33,7 +33,7 @@
33 33  
34 34  === Compilation from C-Code to executable ===
35 35  
36 -To generate the final executable a python script is provided. This can be found at [[/code/make.py>>url:https://git.rtsys.informatik.uni-kiel.de/projects/PRAK/repos/14ss-railway/browse/code/make.py||shape="rect"]].
36 +To generate the final executable a python script is provided. This can be found at [[/code/make.py>>url:https://git.rtsys.informatik.uni-kiel.de/projects/PRAK/repos/14ss-railway/browse/code/make.py||shape="rect"]]. The script takes care of including the required modules and adds the needed headers to the controller.
37 37  
38 38  Calling the script with the first parameter **rail** and the path to the C-Code compiles the controller for the real railway installation.
39 39  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471040
1 +9471657
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471040/Interfacing and Building
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471657/Interfacing and Building