<
From version < 8.1 >
edited by nfl
on 2014/06/14 22:52
To version < 10.1 >
edited by Alexander Schulz-Rosengarten
on 2014/06/16 16:48
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.nfl
1 +XWiki.als
Content
... ... @@ -120,3 +120,17 @@
120 120  
121 121  bool <track>_req[<trainAmount>] contains the requests for each track and train. Before the availability of arrays, we used bool <train>_<track>_req.
122 122  int <track>_perm contains the trainnumber of the train, who is allowed to drive on <track>.
123 +
124 +== Quit, Pause and Cleanup ==
125 +
126 +Quit, pause and cleanup functionality is handled in the c interface.
127 +
128 +**CTRL+C** (SIGINT)** **quits the controller
129 +
130 +**CTRL+\** (SIGQUIT)** **cleans up
131 +
132 +**CTRL+Z **(SIGSTP) pauses and continues
133 +
134 +
135 +
136 +
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470983
1 +9470994
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470983/Documentation
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470994/Documentation