<
From version < 6.1 >
edited by nbw
on 2014/05/09 15:49
To version < 8.1 >
edited by cbu
on 2014/05/12 19:29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.nbw
1 +XWiki.cbu
Content
... ... @@ -15,6 +15,25 @@
15 15  
16 16  
17 17  
18 +**The following goals were defined:**
19 +
20 +* At least 5 trains can drive on the track at the same time
21 +* A "cleanup" function for trains should drive all trains to their original position
22 +* Our test scenarios should work (see Test-Scenarios)
23 +* The trains slow down before braking
24 +* All signals are working correctly
25 +* Gates should close, when a train is coming, and open again afterwards
26 +
27 +**Additionally the following optional goals were defined:**
28 +
29 +* Deadlock avoidance: Trains should never run into a deadlock
30 +* Cleanup function: All Trains which are still on the track travel to their next destination and afterwards they take the shortest way home
31 +* Trains should drive slowly at the points
32 +
33 +
34 +
35 +
36 +
18 18  === Sample Pass for one Track ===
19 19  
20 20  {{code linenumbers="true"}}
... ... @@ -62,3 +62,18 @@
62 62  KW 34 Abschlusspräsentation
63 63  KW 35 Exkursion Miniatur Wunderland
64 64  {{/code}}
84 +
85 +== Interfaces ==
86 +
87 +=== C-Interface ===
88 +
89 +klar
90 +
91 +=== Station-Station Module ===
92 +
93 +Input: Zugnummer, Startgleis, Zielgleis, Cleanup, (Mutex Variablen?)
94 +Output: "Echtes" Zielgleis (Ausweichgleis?)
95 +
96 +== Organisation ==
97 +
98 +Regelmäßiges Treffen Mittwochs 16:00
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470758
1 +9470774
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470758/Project goals
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470774/Project goals