From 56e1948393aa51e0bf16d754292a211f348df161 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Fri, 19 Apr 2024 16:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6pc=E4=BB=BF=E7=9C=9F=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/common_data.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protos/common_data.proto b/protos/common_data.proto index 5f35a83..4fd3b56 100644 --- a/protos/common_data.proto +++ b/protos/common_data.proto @@ -70,4 +70,9 @@ message TrainEndsState{ int32 accOutSpeed = 9; // 雷达速度输出(米/秒) int32 radarOutSpeed = 10; + + //记录雷达设置检测时间的时间点,用于计算周期内的数字 + int64 radarCheckTimeOverAt = 11; + //记录加速度计设置检测时间的时间点,用于计算周期内的数字 + int64 accCheckTimeOverAt = 12; }