From b7336a5bbe670add791fd42ebcfe21bf58df6bc4 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Wed, 21 Aug 2024 17:19:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6btm=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/request.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protos/request.proto b/protos/request.proto index 044ae32..336f1e9 100644 --- a/protos/request.proto +++ b/protos/request.proto @@ -194,7 +194,7 @@ message TrainControl{ TrainControlType controlType = 4; ControlButton controlButton = 5; // 控制按钮 DriverKeySwitch driverKey = 6; - SwitchKeyChange switchKey = 7; //方向 + SwitchKeyChange switchKey = 7; //方向/门模式 PushHandler handler = 8; //手柄 @@ -209,9 +209,9 @@ message TrainControl{ TRAIN_DOOR_MODE_CHANGE =4;//列车门模式 } enum KeyLocation{ - KL_END = 0; //后退 mm模式 - KL_FONT = 1; //前进 AA模式 - KL_CENTER = 2;//中位 AM模式 + KL_END = 0; //方向:后退 门模式:mm模式 + KL_FONT = 1; //方向:前进 门模式:AA模式 + KL_CENTER = 2;//方向:中位 门模式:AM模式 } //紧急制动