From 3ec969bbd23c98ea2b32e5202f60e0cb41a23b10 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 18 Jan 2024 10:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E5=8A=9B=E5=AD=A6=E5=88=97=E8=BD=A6?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/protos/device_state.proto b/protos/device_state.proto index 0b7e6fc..a1f4b48 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -398,6 +398,12 @@ message TrainMapState{ bool allDoorClose = 60; // 通讯中断 bool vobcInterruption = 61; + //列车动力学配置 + common.TrainDynamicConfig trainDynamicConfig = 62; + //列车A端 + common.TrainEndsState trainEndsA = 63; + //列车B端 + common.TrainEndsState trainEndsB = 64; } // 继电器状态