From 87c59e79299ffc92383b0c88188e03a50a3ecbbd Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 13 Dec 2023 16:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=94=80=E8=AE=A1=E7=AE=97link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 5171672..d1307cf 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -29,7 +29,7 @@ message RtssGraphicStorage { repeated GatedBox gateBoxs = 21; // 站台开门/关门/发车按钮整合控制箱 repeated Transponder transponders = 22; // 应答器 repeated Slope slopes = 23; // 坡度 - repeated CalculateLink CalculateLink = 24; // 计算link信息 + // repeated CalculateLink CalculateLink = 24; // 计算link信息 repeated SlopeKiloMarker slopeKiloMarker = 25; //坡度公里标 repeated CurvatureKiloMarker curvatureKiloMarker = 26; //曲度公里标 repeated Curvature curvatures = 27; // 曲度 @@ -578,20 +578,20 @@ message Curvature { } // 计算link结构 -message CalculateLink { - CommonInfo common = 1; - repeated Point points = 2; - int32 length = 3; //长度,mm - RelatedRef aRelatedRef = 4; // A端(最小端)关联的端点 (道岔端点) - RelatedRef bRelatedRef = 5; // B端(最大端)关联的端点 (道岔端点) - repeated DevicePosition devicePositions = 6; //设备在link上的位置 - int32 index = 7; // link唯一标识 - message DevicePosition { - int32 offset = 1; - string deviceId = 2; - string deviceType = 3; - } -} +// message CalculateLink { +// CommonInfo common = 1; +// repeated Point points = 2; +// int32 length = 3; //长度,mm +// RelatedRef aRelatedRef = 4; // A端(最小端)关联的端点 (道岔端点) +// RelatedRef bRelatedRef = 5; // B端(最大端)关联的端点 (道岔端点) +// repeated DevicePosition devicePositions = 6; //设备在link上的位置 +// int32 index = 7; // link唯一标识 +// message DevicePosition { +// int32 offset = 1; +// string deviceId = 2; +// string deviceType = 3; +// } +// } /** 发车计时器 */ message DepartureTimer { CommonInfo common = 1;