<
From version < 11.1 >
edited by aas2
on 2017/06/30 14:35
To version < 12.1 >
edited by aas2
on 2017/07/04 13:09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,7 +3,7 @@
3 3  == Environment: ==
4 4  
5 5  * (((
6 -{{{track_contacts: int[TRACK_SEGMENTS][2]}}}
6 +{{{track_contacts: int[NUM_TRACKS][2]}}}
7 7  
8 8  * (((
9 9  0: no signal
... ... @@ -71,7 +71,7 @@
71 71  == Controller: ==
72 72  
73 73  * (((
74 -{{{track_speeds: int[TRACK_SEGMENTS]}}}
74 +{{{track_speeds: int[NUM_TRACKS]}}}
75 75  
76 76  * (((
77 77  0: off
... ... @@ -84,7 +84,7 @@
84 84  )))
85 85  )))
86 86  * (((
87 -{{{signals: int[TRACK_SEGMENTS][2]}}}
87 +{{{signals: int[NUM_TRACKS][2]}}}
88 88  
89 89  * (((
90 90  0: off
... ... @@ -185,17 +185,17 @@
185 185   // Initial track of the trains
186 186   input int train_setup[NUM_TRAINS];
187 187   // Speed of all tracks
188 - input int track_speeds[TRACK_SEGMENTS];
188 + input int track_speeds[NUM_TRACKS];
189 189   // State of all switches
190 190   input bool points[NUM_POINTS];
191 191   // State of all signals
192 - input int signals[TRACK_SEGMENTS][2];
192 + input int signals[NUM_TRACKS][2];
193 193  
194 194   //------------------------------------------------------------\\
195 195   //-- OUTPUTS --\\
196 196   //------------------------------------------------------------\\
197 197   // State of all contacts of the railway
198 - output int track_contacts[TRACK_SEGMENTS][2];
198 + output int track_contacts[NUM_TRACKS][2];
199 199  
200 200   //------------------------------------------------------------\\
201 201   //-- RAILWAY CONSTANTS --\\
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -28672367
1 +31162533
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/28672367/Interface
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/31162533/Interface