From c05e0ae0fe7559ec75c53bfc55474b0b2779b374 Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Fri, 21 Jun 2024 15:53:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]ecs=E7=89=A9=E7=90=86?= =?UTF-8?q?=E5=8C=BA=E6=AE=B5=E5=A2=9E=E5=8A=A0=E5=8C=BA=E6=AE=B5=E7=94=B5?= =?UTF-8?q?=E8=B7=AF=E7=BB=84=E4=BB=B6=E5=8F=8A=E9=80=BB=E8=BE=91=EF=BC=9B?= =?UTF-8?q?=20[=E4=BF=AE=E6=94=B9]12=E5=8F=B7=E7=BA=BF=E8=81=94=E9=94=81?= =?UTF-8?q?=E9=80=9A=E4=BF=A1=E6=9C=8D=E5=8A=A1=E5=A6=82=E6=9E=9C=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=A4=B1=E8=B4=A5=EF=BC=8C=E5=88=99=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=97=A0=E6=B3=95=E6=9B=B4=E6=8D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index e1abfdb..24551ed 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -378,10 +378,10 @@ message Section { //关联设备 message RelatedRef { enum DeviceType { - Section = 0; - Turnout = 1; - TrainWindow = 2; - AxleCounting = 3; + Section = 0; //区段 + Turnout = 1; //道岔 + TrainWindow = 2; //车次窗 + AxleCounting = 3; //计轴器 SectionLink = 4; signal = 5; station = 6; @@ -389,9 +389,9 @@ message RelatedRef { SignalFaultAlarm = 8; Breakers = 9;//断路器 PowerScreen = 10;//电源屏 - GarageDoor = 11; - CarWashing = 12; - FloodGate = 13; + GarageDoor = 11; //车库门 + CarWashing = 12; //洗车机 + FloodGate = 13; //防淹门 } enum DevicePort {