Changes for page C Controller
Last modified by Soeren Domroes on 2025/01/30 12:05
<
>
edited by Soeren Domroes
on 2025/01/30 12:05
on 2025/01/30 12:05
edited by Alexander Schulz-Rosengarten
on 2023/07/19 11:50
on 2023/07/19 11:50
Change comment:
Update document after refactoring.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.s do1 +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 ... ... @@ -69,7 +69,7 @@ 69 69 70 70 == GUI == 71 71 72 -The controller allows multiple [[doc:Projects. Archive.Railway Project (summer term 2014).Documentation.C Controller.GUIs.WebHome]] to connect and interact with the controller.73 +The controller allows multiple [[doc:Projects.Railway Project (summer term 2014).Documentation.C Controller.GUIs.WebHome]] to connect and interact with the controller. 73 73 74 74 == Interrupts == 75 75