From 20daed9e5886b3261436ef049135a1f73c43e2f7 Mon Sep 17 00:00:00 2001 From: fan Date: Mon, 3 Jul 2023 16:16:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 45 +++--------------------------- 1 file changed, 4 insertions(+), 41 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 1ffbb38..b7b2768 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -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 {