From a0dbaab3dc5c3517640d8f02d097e62f233755cb Mon Sep 17 00:00:00 2001 From: weizhihong Date: Mon, 13 Nov 2023 14:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E5=88=97=E8=BD=A6?= =?UTF-8?q?=E8=BD=AE=E5=BE=84=E4=BF=A1=E6=81=AF=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/device_state.proto b/protos/device_state.proto index cec1fea..222796b 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -152,6 +152,8 @@ message TrainState{ int64 trainKilometer = 14; // 控制响应延时 int64 controlDelayTime = 15; + // 列车轮径 + int32 wheelDiameter = 16; } // 动力学列车状态