调整
This commit is contained in:
parent
9db2412298
commit
20daed9e58
@ -15,14 +15,10 @@ message RtssGraphicStorage {
|
||||
repeated Signal signals = 8;
|
||||
repeated Turnout turnouts = 9;
|
||||
repeated Section section = 10;
|
||||
repeated StationLine stationLines = 11;
|
||||
repeated RunLine runLines = 12;
|
||||
repeated TrainLine trainLines = 13;
|
||||
repeated PathLine pathLines = 14;
|
||||
repeated Polygon polygons = 15;
|
||||
repeated TrainWindow trainWindows = 16;
|
||||
repeated AxleCounting axleCountings = 17;
|
||||
repeated Separator separators = 18;
|
||||
repeated Polygon polygons = 11;
|
||||
repeated TrainWindow trainWindows = 12;
|
||||
repeated AxleCounting axleCountings = 13;
|
||||
repeated Separator separators = 14;
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -115,13 +111,6 @@ message Station {
|
||||
KilometerSystem kilometerSystem = 6; //公里标
|
||||
}
|
||||
|
||||
message StationLine {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
bool hasTransfer = 3; // 是否有换乘图标
|
||||
bool hideName = 4;
|
||||
}
|
||||
|
||||
message TrainWindow {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
@ -140,11 +129,6 @@ message Train {
|
||||
string code = 2;
|
||||
}
|
||||
|
||||
message TrainLine {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
}
|
||||
|
||||
message IscsFan {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
@ -177,19 +161,6 @@ message Signal {
|
||||
KilometerSystem kilometerSystem = 6;
|
||||
}
|
||||
|
||||
message RunLine {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
repeated Point points = 3;
|
||||
string nameColor = 4;
|
||||
string nameBgColor = 5;
|
||||
// string upPathLineId = 6;
|
||||
// string downPathLineId = 7;
|
||||
repeated string containSta = 8;
|
||||
repeated string linkPathLines = 9;
|
||||
string lineId = 10;
|
||||
}
|
||||
|
||||
message Section {
|
||||
enum SectionType {
|
||||
Physical = 0;
|
||||
@ -212,14 +183,6 @@ message KilometerPoint {
|
||||
string stName = 3;
|
||||
}
|
||||
|
||||
message PathLine {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
repeated Point points = 3;
|
||||
bool isUp = 4;
|
||||
repeated KilometerPoint kilometerPoints = 5;
|
||||
}
|
||||
|
||||
//关联设备
|
||||
message RelatedRef {
|
||||
enum DeviceType {
|
||||
|
Loading…
Reference in New Issue
Block a user