<
From version < 8.1 >
edited by Alexander Schulz-Rosengarten
on 2014/08/20 12:50
To version < 5.1 >
edited by Alexander Schulz-Rosengarten
on 2014/08/20 11:08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  
2 2  
3 -{{toc maxLevel="2"/}}
3 +{{toc/}}
4 4  
5 5  = Components =
6 6  
... ... @@ -38,12 +38,6 @@
38 38  controller.h defaults.h controller.c
39 39  {{/noformat}}
40 40  
41 -The core controller component sets up a connection to the railway, maintains an environment for the synchronous tick-function and invokes the tick-function in a loop.
42 -
43 -Additionally some time tracking is performed to determine time consumption of the tick function and its environment.
44 -
45 -To increase the robustness of the system the controller checks internal permissions of the SCChart-Controller against detected trains on the railway.
46 -
47 47  == State Monitor ==
48 48  
49 49  {{noformat}}
... ... @@ -50,8 +50,6 @@
50 50  statemonitor.h statemonitor.c
51 51  {{/noformat}}
52 52  
53 -The state monitor component allows a thread-safe communication between connected GUIs and the running controller. This communication is also tick-safe and
54 -
55 55  == GUI Server ==
56 56  
57 57  {{noformat}}
... ... @@ -60,12 +60,6 @@
60 60  
61 61  = Interaction =
62 62  
63 -== GUI ==
64 -
65 -The controller allows multiple [[doc:GUIs]] to connect and interact with the controller.
66 -
67 -== Interrupts ==
68 -
69 69  === Quit, Pause and Cleanup ===
70 70  
71 71  While running the console the following user inputs are provided by the controller:
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471722
1 +9471714
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471722/C Controller
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471714/C Controller