<
From version < 17.1 >
edited by Richard Kreissig
on 2023/09/07 09:10
To version < 16.1 >
edited by Alexander Schulz-Rosengarten
on 2023/07/19 11:50
>
Change comment: Renamed from xwiki:SS14Railway.Railway Project (summer term 2014).Documentation.C Controller.WebHome

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Projects.Railway Project (summer term 2014).Documentation.WebHome
1 +SS14Railway.Railway Project (summer term 2014).Documentation.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.stu230980
1 +XWiki.als
Content
... ... @@ -6,12 +6,13 @@
6 6  
7 7  [[image:attach:components.png]]
8 8  
9 +
9 9  
10 10  == SCCharts Contoroller ==
11 11  
12 -{{code}}
13 +{{noformat}}
13 13  scccontroller.h <compiled-sccchart>.c
14 -{{/code}}
15 +{{/noformat}}
15 15  
16 16  This component is the compiled Controller-SCChart.
17 17  
... ... @@ -19,9 +19,9 @@
19 19  
20 20  == Hostcode ==
21 21  
22 -{{code}}
23 +{{noformat}}
23 23  hostcode.h hostcode.c
24 -{{/code}}
25 +{{/noformat}}
25 25  
26 26  This component provides an interface to affect the railway and request events.
27 27  
... ... @@ -33,9 +33,9 @@
33 33  
34 34  == Controller ==
35 35  
36 -{{code}}
37 +{{noformat}}
37 37  controller.h defaults.h controller.c
38 -{{/code}}
39 +{{/noformat}}
39 39  
40 40  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.
41 41  
... ... @@ -45,9 +45,9 @@
45 45  
46 46  == State Monitor ==
47 47  
48 -{{code}}
49 +{{noformat}}
49 49  statemonitor.h statemonitor.c
50 -{{/code}}
51 +{{/noformat}}
51 51  
52 52  The state monitor component allows a thread-safe communication between connected GUIs and the running controller. This communication is also tick-safe meaning that changes are only applied at tick-borders. In addition to that the communication is mutual excluded without blocking the controller thread and thus the controller remains a reactive system.
53 53  
... ... @@ -55,9 +55,9 @@
55 55  
56 56  == GUI Server ==
57 57  
58 -{{code}}
59 +{{noformat}}
59 59  guiserver.h guiserver.c
60 -{{/code}}
61 +{{/noformat}}
61 61  
62 62  The GUI server allows multiple GUI clients concurrently connecting to the controller. The number of available slots is defined in the guiserver header.
63 63