<
From version < 2.1 >
edited by nbw
on 2014/06/22 18:48
To version < 4.1 >
edited by krat
on 2014/08/11 17:58
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.nbw
1 +XWiki.krat
Content
... ... @@ -5,7 +5,7 @@
5 5  
6 6  The interface provides shorter and simpler access to most of the railway components. To prevent conflicts with existing function names all functions in our interface are prefixed with //rail//.
7 7  
8 -Additionally the interface handles the repeated reading of the reed contacts an persists these values for one tick to prevent side effects.
8 +Additionally, the interface handles the repeated reading of the reed contacts and persists these values for one tick to prevent side effects.
9 9  
10 10  The interface also provides waiting timers for the stations and generates a random timing for each train and each station. The preferences for this can be found in [[/code/hostcode/train_preferences.h>>url:https://git.rtsys.informatik.uni-kiel.de/projects/PRAK/repos/14ss-railway/browse/code/hostcode/train_preferences.h||shape="rect"]]
11 11  
... ... @@ -25,15 +25,15 @@
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  
32 -The generated C-Files should be stored in the ///code/// part of the local working copy but commited to the repository.
32 +The generated C-Files should be stored in the ///code/// part of the local working copy but not commited to the repository.
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 +9471707
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/9471707/Interfacing and Building