From 4437185ee9fb654dc87cfa6d481e9744b1c43155 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Mon, 15 Jul 2024 15:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E6=8E=A7=E5=88=B6=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=EF=BC=8C=E9=87=8D=E6=96=B0=E8=BF=9E=E6=8E=A5=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index a18d018..618875c 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -889,8 +889,10 @@ message TrainControlState{ repeated DriverKeySwitch driverKey = 2; //驾驶端激活 DirectionKeySwitch dirKey = 3; //接车运行方向 PushHandler pushHandler = 4; //牵引制动手柄 - map lightMaps = 5; + int64 lineInitTimeStamp12 = 6; //12号线列出初始化时间戳 + bool line12ConnErr = 7;//12号线连接错误,因为12号线atp故障(此时atp需要重启)时,还是会发送数据通过此次属性标记atp状态情况(多次观察atp故障时,atp输出数字量返回的数据最后一个直接是0) + uint32 initCount = 8;//初始化计数器 message ControlButton{ uint32 id = 1; bool passed = 3;