增加区段
This commit is contained in:
parent
a8afc44290
commit
05d819fc86
@ -14,6 +14,7 @@ message RtssGraphicStorage {
|
|||||||
repeated Train train = 7;
|
repeated Train train = 7;
|
||||||
repeated Signal signals = 8;
|
repeated Signal signals = 8;
|
||||||
repeated Turnout turnouts = 9;
|
repeated Turnout turnouts = 9;
|
||||||
|
repeated Section section = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -85,8 +86,8 @@ message Rect {
|
|||||||
message Platform {
|
message Platform {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
bool hasdoor = 3; // 是否有屏蔽门
|
bool hasdoor = 3; // 是否有屏蔽门
|
||||||
string direction = 4; // 行驶方向--屏蔽门上下
|
string direction = 4; // 行驶方向--屏蔽门上下
|
||||||
}
|
}
|
||||||
|
|
||||||
message Station {
|
message Station {
|
||||||
@ -119,3 +120,9 @@ message Signal {
|
|||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message Section {
|
||||||
|
CommonInfo common = 1;
|
||||||
|
string code = 2;
|
||||||
|
repeated Point points = 3;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user