From c1a43c1179ad7ef8bfdf8fb99b7ed608f8c628e2 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Tue, 5 Sep 2023 11:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=A1=E8=BD=B4=E9=80=89?= =?UTF-8?q?=E9=A1=B9--=E5=8C=BA=E6=AE=B5=E8=BE=B9=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 1d10ac3..711f8a2 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -137,6 +137,10 @@ message TrainWindow { } message AxleCounting { + enum TypeDetectionPoint { + AxleCounting = 0; + SectionBoundary=1; +} CommonInfo common = 1; string code = 2; // 名称 KilometerSystem kilometerSystem = 3; //公里标 @@ -144,6 +148,7 @@ message AxleCounting { 4; // 计轴关联的非岔区物理区段和道岔,设备id和端口 int32 index = 5; //计轴的索引编号 bool invent = 6; //是否虚拟计轴--一般是最末端 + TypeDetectionPoint type = 7; //检测点的类型:计轴、区段边界 } // message Train {