Merge branch 'master' of https://git.code.tencent.com/xian-ncc-da/xian-ncc-da-message
This commit is contained in:
commit
f0cdf851eb
@ -20,6 +20,7 @@ message RtssGraphicStorage {
|
||||
repeated TrainLine trainLines = 13;
|
||||
repeated PathLine pathLines = 14;
|
||||
repeated Polygon polygons = 15;
|
||||
repeated TrainWindow trainWindows = 16;
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -107,6 +108,8 @@ message Station {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool hasControl = 3; // 是否有控制
|
||||
bool concentrationStations=4; //是否集中站
|
||||
string kilometerCode=5; //公里标
|
||||
}
|
||||
|
||||
message StationLine {
|
||||
@ -115,6 +118,11 @@ message StationLine {
|
||||
bool hasTransfer = 3; // 是否有换乘图标
|
||||
}
|
||||
|
||||
message TrainWindow {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
}
|
||||
|
||||
message Train {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
@ -143,6 +151,7 @@ message Turnout {
|
||||
message Signal {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool mirror = 3;
|
||||
}
|
||||
|
||||
message RunLine {
|
||||
|
Loading…
Reference in New Issue
Block a user