From 46bff1474133e89efc75151b0a3853cf9fa869ea Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Tue, 6 Feb 2024 18:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BD=A6=E5=B0=BE=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E5=8F=8A=E5=81=8F=E7=A7=BB=E9=87=8F=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E8=B5=8B=E5=80=BC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index 6ce2530..12c73f5 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -161,8 +161,12 @@ message TrainState{ common.TrainEndsState trainEndsA = 18; //列车B端 common.TrainEndsState trainEndsB = 19; + // 列车尾端所在设备ID + uint32 tailDeviceId = 20; + // 列车尾端所在设备偏移量 + int64 tailOffset = 21; // BTM状态 - BTMState btmState = 20; + BTMState btmState = 22; } // 动力学列车状态