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

Summary

Details

Page properties
Content
... ... @@ -70,39 +70,110 @@
70 70  
71 71  == Controller: ==
72 72  
73 -* trackspeed: int[]
74 -** 0: off
75 -** 1 to 127: forward speed
76 -** -1 to -127: backward speed
77 -* signals: int[]
78 -** 0: off
79 -** 1: red
80 -** 2: yellow
81 -** 3: green
82 -* lamps: bool[]
83 -** true: on
84 -** false: off
85 -* crosslight: int
86 -** 0: off
87 -** 1: red
88 -** 2: yellow
89 -* bell: bool
90 -** true: on
91 -** false: off
92 -* point: bool[]
93 -** true: branch
94 -** false: straight
95 -* gate: bool
96 -** true: down
97 -** false: up
98 -* reached: bool[]
99 -** index: train number
100 -** value: true: destination reached; false: destination not yet reached
73 +* (((
74 +{{{trackspeed: int[]}}}
101 101  
76 +* (((
77 +0: off
78 +)))
79 +* (((
80 +1 to 127: forward speed
81 +)))
82 +* (((
83 +-1 to -127: backward speed
84 +)))
85 +)))
86 +* (((
87 +{{{signals: int[]}}}
88 +
89 +* (((
90 +0: off
91 +)))
92 +* (((
93 +1: red
94 +)))
95 +* (((
96 +2: yellow
97 +)))
98 +* (((
99 +3: green
100 +)))
101 +)))
102 +* (((
103 +{{{lamps: bool[]}}}
104 +
105 +* (((
106 +true: on
107 +)))
108 +* (((
109 +false: off
110 +)))
111 +)))
112 +* (((
113 +{{{crosslight: int}}}
114 +
115 +* (((
116 +0: off
117 +)))
118 +* (((
119 +1: red
120 +)))
121 +* (((
122 +2: yellow
123 +)))
124 +)))
125 +* (((
126 +{{{bell: bool}}}
127 +
128 +* (((
129 +true: on
130 +)))
131 +* (((
132 +false: off
133 +)))
134 +)))
135 +* (((
136 +{{{point: bool[]}}}
137 +
138 +* (((
139 +true: branch
140 +)))
141 +* (((
142 +false: straight
143 +)))
144 +)))
145 +* (((
146 +{{{gate: bool}}}
147 +
148 +* (((
149 +true: down
150 +)))
151 +* (((
152 +false: up
153 +)))
154 +)))
155 +* (((
156 +{{{reached: bool[]}}}
157 +
158 +* (((
159 +index: train number
160 +)))
161 +* (((
162 +value: true: destination reached; false: destination not yet reached
163 +)))
164 +)))
165 +
102 102  == Scheduler: ==
103 103  
104 -* schedule: int[]
105 -** index: train number
106 -** value: next save track on the way to destination
168 +* (((
169 +{{{schedule: int[]}}}
107 107  
171 +* (((
172 +index: train number
173 +)))
174 +* (((
175 +value: next save track on the way to destination
176 +)))
177 +)))
178 +
108 108  \\
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -28672057
1 +28672118
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/28672057/Interface
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/RP2/pages/28672118/Interface