<
From version < 2.1 >
edited by Alexander Schulz-Rosengarten
on 2014/08/20 10:43
To version < 4.1 >
edited by Alexander Schulz-Rosengarten
on 2014/08/20 11:04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,8 +28,22 @@
28 28  
29 29  Most controls and requests are forwarded to the controller maintaining the synchronous environment of the tick-function. Some controls which do not require this maintenance are directly forwarded to the railway API.
30 30  
31 +The hostcode header contains the general documentation for any hostcode call used in the SCChart.
32 +
31 31  == Controller ==
32 32  
33 33  {{noformat}}
34 34  controller.h defaults.h controller.c
35 35  {{/noformat}}
38 +
39 +== State Monitor ==
40 +
41 +{{noformat}}
42 +statemonitor.h statemonitor.c
43 +{{/noformat}}
44 +
45 +== GUI Server ==
46 +
47 +{{noformat}}
48 +guiserver.h guiserver.c
49 +{{/noformat}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471700
1 +9471708
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471700/C Controller
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471708/C Controller