列车前端操作接口,列车连接三方映射接口及ws返回列车连接状态
This commit is contained in:
parent
da14913835
commit
a8b2c32c95
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user