<
From version < 3.1 >
edited by nbw
on 2014/06/22 18:49
To version < 4.2 >
edited by Alexander Schulz-Rosengarten
on 2023/07/13 12:23
>
Change comment: Update document after refactoring.

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Interfacing and Building
1 +Building
Parent
... ... @@ -1,0 +1,1 @@
1 +SS14Railway.Railway Project (summer term 2014).Documentation.C Controller.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.nbw
1 +XWiki.als
Content
... ... @@ -1,26 +1,5 @@
1 -== Railway Interface ==
1 +== Building / Make Script ==
2 2  
3 -To interface with the railway or the simulator a wrapper interface around the so called Hoerman-API is used. It can be found in the repository at
4 -[[/code/hostcode/controller.c>>url:https://git.rtsys.informatik.uni-kiel.de/projects/PRAK/repos/14ss-railway/browse/code/hostcode/controller.c||shape="rect"]] and [[/code/hostcode/controller.h>>url:https://git.rtsys.informatik.uni-kiel.de/projects/PRAK/repos/14ss-railway/browse/code/hostcode/controller.h||shape="rect"]].
5 -
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 -
8 -Additionally the interface handles the repeated reading of the reed contacts an persists these values for one tick to prevent side effects.
9 -
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 -
12 -== Interaction ==
13 -
14 -=== Quit, Pause and Cleanup ===
15 -
16 -While running the following user inputs are provided by the controller:
17 -
18 -* **CTRL+C** (SIGINT)** **quits the controller
19 -* **CTRL+\** (SIGQUIT)** **cleans up
20 -* **CTRL+Z **(SIGSTP) pauses and continues
21 -
22 -== Controller building / Make Script ==
23 -
24 24  The build process for the controller consists of two main tasks:
25 25  
26 26  === Compilation from SCChart to C-Code ===
... ... @@ -29,7 +29,7 @@
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.
11 +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  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471657
1 +9471038
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471657/Interfacing and Building
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471038/Building