From a8b2c32c950d35520e459b2e5f4ae76ece252abf Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Tue, 19 Mar 2024 08:35:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E5=89=8D=E7=AB=AF=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=88=97=E8=BD=A6=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E4=B8=89=E6=96=B9=E6=98=A0=E5=B0=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=8F=8Aws=E8=BF=94=E5=9B=9E=E5=88=97=E8=BD=A6=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index b389750..72bb6c8 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -697,12 +697,13 @@ message SimulationThirdPartyApiServiceState { SimulationThirdPartyApiService.State state = 2; } +//列车控制状态 message TrainControlState{ - TrainConnState connState = 1; - EmergentButton ebutton = 2; - repeated DriverKeySwitch driverKey = 3; - DirectionKeySwitch dirKey = 4; - PushHandler pushHandler = 5; + TrainConnState connState = 1; //列车连接第三方状态 + EmergentButton ebutton = 2; //紧急摁钮 + repeated DriverKeySwitch driverKey = 3; //驾驶端激活 + DirectionKeySwitch dirKey = 4; //接车运行方向 + PushHandler pushHandler = 5; //牵引制动手柄 message EmergentButton{ uint32 id = 1;