Changes for page Documentation

Last modified by Soeren Domroes on 2025/01/30 12:05

From version 13.1
edited by csp
on 2014/06/18 10:18
Change comment: There is no comment for this version
To version 6.1
edited by nfl
on 2014/06/14 22:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.csp
1 +XWiki.nfl
Content
... ... @@ -111,42 +111,12 @@
111 111  KH_ST_1
112 112  )))
113 113  
114 -=== Station-to-Station ===
115 -
116 -Fuctions **void railArrival(int train, int station)** and **int railDeparture(int train)** should be used at the end of every Station-to-Station-Controller.
117 -
118 -At the end of every Station-to-Station-Controller the trains should stand in one station, because every controller starts with the train in standstill.
119 -
120 -=== TrainController ===
121 -
122 -Train-Schedules should be modelled by putting together the Station-to-Station-Controllers for every train in individual regions.
123 -
124 -=== Speed: ===
125 -
126 -* SLOW: for the stations
127 -* CAUTION: for slowdown (and optional points)
128 -* NORMAL: for the other tracks
129 -
130 130  == Codestyle ==
131 131  
132 132  Use entry-/exit-actions instead of actions on transitions, if possible.
133 -If using hostcode, only use functions delivered by our own C-Interface and not the Höhrmann-API.
117 +If using hostcode, only use functions delivered by our own C-Interface.
134 134  
135 135  == Mutual Exclusion ==
136 136  
137 -bool <track>_req[<trainAmount>] contains the requests for each track and train. Before the availability of arrays, we used bool <train>_<track>_req.
121 +bool <track>_req[trainAmount] contains the requests for each track and train. Before the availability of arrays, we used bool <train>_<track>_req.
138 138  int <track>_perm contains the trainnumber of the train, who is allowed to drive on <track>.
139 -
140 -== Quit, Pause and Cleanup ==
141 -
142 -Quit, pause and cleanup functionality is handled in the c interface.
143 -
144 -**CTRL+C** (SIGINT)** **quits the controller
145 -
146 -**CTRL+\** (SIGQUIT)** **cleans up
147 -
148 -**CTRL+Z **(SIGSTP) pauses and continues
149 -
150 -
151 -
152 -
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470999
1 +9470978
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470999/Documentation
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470978/Documentation