<
From version < 5.1 >
edited by aas2
on 2017/05/30 16:52
To version < 6.1 >
edited by aas2
on 2017/05/30 16:54
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,14 +38,14 @@
38 38  {{{train_setup: int[NUM_TRAINS] }}}
39 39  
40 40  * (((
41 -index: track number
41 +index: train number
42 42  )))
43 43  * (((
44 -value: train number, negativ for backwards driving trains
44 +value: track number
45 45  )))
46 46  )))
47 47  * (((
48 -{{{destination: int[]}}}
48 +{{{destination: int[NUM_TRAINS]}}}
49 49  
50 50  * (((
51 51  index. train number
... ... @@ -55,7 +55,7 @@
55 55  )))
56 56  )))
57 57  * (((
58 -{{{speeds: int[][]}}}
58 +{{{speeds: int[NUM_TRAINS][4]}}}
59 59  
60 60  * (((
61 61  index: train number
... ... @@ -153,7 +153,7 @@
153 153  )))
154 154  )))
155 155  * (((
156 -{{{reached: bool[]}}}
156 +{{{reached: bool[NUM_TRAINS]}}}
157 157  
158 158  * (((
159 159  index: train number
... ... @@ -166,7 +166,7 @@
166 166  == Scheduler: ==
167 167  
168 168  * (((
169 -{{{schedule: int[]}}}
169 +{{{schedule: int[NUM_TRAINS]}}}
170 170  
171 171  * (((
172 172  index: train number
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -28672122
1 +28672128
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/28672122/Interface
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/28672128/Interface