From 444643def119d639d49c6ce9be7836dea1a6eaf3 Mon Sep 17 00:00:00 2001 From: Yuan Date: Wed, 16 Aug 2023 16:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BA=E6=AE=B5=E8=BD=AC=E6=8D=A2=E8=BD=A8?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_info.proto | 4 +--- protos/stationLayoutGraphics.proto | 7 ++++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/protos/device_info.proto b/protos/device_info.proto index 837bc01..e2ec4d8 100644 --- a/protos/device_info.proto +++ b/protos/device_info.proto @@ -23,8 +23,6 @@ message Section { // 公里标信息 DeviceKilometer kilometer = 6; - //是否转辙轨 - bool turning = 7; } // 道岔 @@ -46,4 +44,4 @@ message DeviceKilometer { int64 maxKilometer = 2; repeated graphicData.KilometerSystem kilometerSystem = 3; -} \ No newline at end of file +} diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 0379b39..32d6bb7 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -105,9 +105,9 @@ message Platform { string code = 2; bool hasdoor = 3; // 是否有屏蔽门 string direction = 4; // 行驶方向--屏蔽门上下 - //string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 - string refStation=6; //关联的车站 - bool up = 7;//上下行--true表示上行,false表示下行 + // string upAndDown =5; //上下行--upLink表示上行,downLink表示下行 + string refStation = 6; //关联的车站 + bool up = 7; //上下行--true表示上行,false表示下行 } message Station { @@ -212,6 +212,7 @@ message Section { repeated string axleCountings = 7; // 关联的计轴(岔区&&非岔区) repeated string children = 8; // 下属逻辑区段id(非岔区)/下属道岔id(岔区) string destinationCode = 9; // 目的地码 + bool turning = 10; //是否转辙轨 } /** 逻辑区段 */