From 7aebba13bf04bf2c59df3595c5650a96e616bef4 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Wed, 30 Aug 2023 17:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=84=E7=90=86=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E4=B8=8D=E9=9C=80=E8=A6=81=E7=9A=84=E9=9B=86=E4=B8=AD?= =?UTF-8?q?=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/guardConfig.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/guardConfig.proto b/protos/guardConfig.proto index 768ea17..8b2a242 100644 --- a/protos/guardConfig.proto +++ b/protos/guardConfig.proto @@ -18,4 +18,6 @@ message GuardConfig{ int32 canNotOpenTimes = 5; //站台门无法关闭 int32 canNotCloseTimes = 6; + //列车制动后导致atp切除的超时时间 + int32 trainAtpCutTimes = 7; }