From b25e7d6d34d0ef8908fcc6bb1f3175528e8dad65 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Sat, 7 Oct 2023 16:49:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E5=BA=A6=E5=AD=97=E6=AE=B5=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index e432e4e..575f38f 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -140,8 +140,10 @@ message TrainDynamicState { int32 headRadarSpeed = 19; //尾车雷达速度值(m/s)tailRadarSpeed,1=1km/h int32 tailRadarSpeed = 20; - // 通讯终端 + // 通讯中断 bool udpInterruption = 21; + // 加速 + float acceleration = 22; } // vobc发过来的列车信息 @@ -194,7 +196,7 @@ message TrainVobcState { bool rightDoorCloseCommand = 23; // 整列车门关好 1=门关好 bool allDoorClose = 24; - // 通讯终端 + // 通讯中断 bool udpInterruption = 25; }