From 13b90a82739ae8e8eda04969a7031d966865e9e3 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 18 Jan 2024 17:12:57 +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, 3 insertions(+), 3 deletions(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index 952f8ef..a89f3f2 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -407,11 +407,11 @@ message TrainMapState{ message TrainDynamicConfigMqtt{ //基本阻力参数A 原本数据:float - string baseResistanceParamA=1; + string davisParamA=1; // 基本阻力参数B 原本数据:float - string baseResistanceParamB=2; + string davisParamB=2; // 基本阻力参数C 原本数据:float - string baseResistanceParamC=3; + string davisParamC=3; //曲线阻力参数R1 原本数据:float string curveResistanceParamR1=4; // 曲线阻力参数R2 原本数据:float