车次窗
This commit is contained in:
parent
de6b01d131
commit
abb6b5cf74
@ -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,7 @@ message Station {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool hasControl = 3; // 是否有控制
|
||||
bool concentrationStations=4; //是否集中站
|
||||
}
|
||||
|
||||
message StationLine {
|
||||
@ -115,6 +117,11 @@ message StationLine {
|
||||
bool hasTransfer = 3; // 是否有换乘图标
|
||||
}
|
||||
|
||||
message TrainWindow {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
}
|
||||
|
||||
message Train {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user