From version 1.1 >
edited by Alexander Schulz-Rosengarten
on 2014/06/03 13:46
To version < 4.1 >
edited by nbw
on 2014/06/14 21:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.als
1 +XWiki.nbw
Content
... ... @@ -1,1 +1,74 @@
1 -Documentation here!
1 +== Train numbering ==
2 +
3 +Variable **trainNum** is used to identify trains.
4 +
5 +The assignment of numbers to trains is chosen as followed
6 +
7 +|=(((
8 +trainNum
9 +)))|=(((
10 +Starting track
11 +)))
12 +|(((
13 +0
14 +)))|(((
15 +KH_ST_1
16 +)))
17 +|(((
18 +1
19 +)))|(((
20 +KH_ST_2
21 +)))
22 +|(((
23 +2
24 +)))|(((
25 +KH_ST_3 (r)
26 +)))
27 +|(((
28 +3
29 +)))|(((
30 +KH_ST_4 (r)
31 +)))
32 +|(((
33 +4
34 +)))|(((
35 +IC_ST_3
36 +)))
37 +|(((
38 +5
39 +)))|(((
40 +IC_ST_2
41 +)))
42 +|(((
43 +6
44 +)))|(((
45 +OC_ST_2
46 +)))
47 +|(((
48 +7
49 +)))|(((
50 +OC_ST_1
51 +)))
52 +|(((
53 +8
54 +)))|(((
55 +KH_ST_5
56 +)))
57 +|(((
58 +9
59 +)))|(((
60 +IC_ST_1
61 +)))
62 +|(((
63 +10
64 +)))|(((
65 +OC_ST_3
66 +)))
67 +
68 +== Logging ==
69 +
70 +Variable **debug** indicates verbose logging.
71 +
72 +Prefix of all log messages must be :** [trainnum][ST-ST]**
73 +
74 +Use **println** function to produce textual output. Do not use printf or other io functions, because output may not be flushed correctly.
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470969
1 +9470976
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470969/Documentation
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9470976/Documentation