<
From version < 3.1 >
edited by stu115342
on 2017/05/17 13:25
To version < 4.1 >
edited by aas2
on 2017/05/30 16:50
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.stu115342
1 +XWiki.aas2
Content
... ... @@ -3,7 +3,7 @@
3 3  == Environment: ==
4 4  
5 5  * (((
6 -{{{trackcontacts: int[]}}}
6 +{{{track_contacts: int[TRACK_SEGMENTS][2]}}}
7 7  
8 8  * (((
9 9  0: no signal
... ... @@ -19,7 +19,7 @@
19 19  )))
20 20  )))
21 21  * (((
22 -{{{crosscontacts: int[]}}}
22 +{{{cross_contacts: int[]}}}
23 23  
24 24  * (((
25 25  0: no signal
... ... @@ -35,7 +35,7 @@
35 35  == User: ==
36 36  
37 37  * (((
38 -{{{initial: int[] }}}
38 +{{{train_setup: int[NUM_TRAINS] }}}
39 39  
40 40  * (((
41 41  index: track number
... ... @@ -71,7 +71,7 @@
71 71  == Controller: ==
72 72  
73 73  * (((
74 -{{{trackspeed: int[]}}}
74 +{{{track_speeds: int[TRACK_SEGMENTS][2]}}}
75 75  
76 76  * (((
77 77  0: off
... ... @@ -84,7 +84,7 @@
84 84  )))
85 85  )))
86 86  * (((
87 -{{{signals: int[]}}}
87 +{{{signals: int[TRACK_SEGMENTS][2]}}}
88 88  
89 89  * (((
90 90  0: off
... ... @@ -110,7 +110,7 @@
110 110  )))
111 111  )))
112 112  * (((
113 -{{{crosslight: int}}}
113 +{{{cross_light: int}}}
114 114  
115 115  * (((
116 116  0: off
... ... @@ -133,7 +133,7 @@
133 133  )))
134 134  )))
135 135  * (((
136 -{{{point: bool[]}}}
136 +{{{points: bool[NUM_POINTS]}}}
137 137  
138 138  * (((
139 139  true: branch
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -28672118
1 +28672120
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/28672118/Interface
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/28672120/Interface