线网车站
This commit is contained in:
parent
d424b9466a
commit
49b9d50ddb
@ -15,6 +15,7 @@ message RtssGraphicStorage {
|
|||||||
repeated Signal signals = 8;
|
repeated Signal signals = 8;
|
||||||
repeated Turnout turnouts = 9;
|
repeated Turnout turnouts = 9;
|
||||||
repeated Section section = 10;
|
repeated Section section = 10;
|
||||||
|
repeated StationLine stationLines = 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -95,6 +96,12 @@ message Station {
|
|||||||
string code = 2;
|
string code = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message StationLine {
|
||||||
|
CommonInfo common = 1;
|
||||||
|
string code = 2;
|
||||||
|
bool hasTransfer = 3; // 是否有换乘图标
|
||||||
|
}
|
||||||
|
|
||||||
message Train {
|
message Train {
|
||||||
CommonInfo common = 1;
|
CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user