From 71be4e2c1410225c4ef032313e4c05a3612c5a0d Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Tue, 6 Feb 2024 16:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E7=8A=B6=E6=80=81=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0BTM=E7=8A=B6=E6=80=81=EF=BC=88=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E4=B8=AD=E4=B8=BABTM=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=B5=8B=E5=80=BC=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index 3f95ec4..a89e863 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -161,6 +161,8 @@ message TrainState{ common.TrainEndsState trainEndsA = 18; //列车B端 common.TrainEndsState trainEndsB = 19; + // BTM状态 + BTMState btmState = 20; } // 动力学列车状态 @@ -410,8 +412,6 @@ message TrainMapState{ uint32 tailDeviceId = 66; // 列车车尾所在设备偏移量 int64 tailOffset = 67; - // BTM状态 - BTMState btmState = 68; } message BTMState {