列车前端操作接口,列车连接三方映射接口及ws返回列车连接状态
This commit is contained in:
parent
da14913835
commit
a8b2c32c95
@ -697,12 +697,13 @@ message SimulationThirdPartyApiServiceState {
|
|||||||
SimulationThirdPartyApiService.State state = 2;
|
SimulationThirdPartyApiService.State state = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//列车控制状态
|
||||||
message TrainControlState{
|
message TrainControlState{
|
||||||
TrainConnState connState = 1;
|
TrainConnState connState = 1; //列车连接第三方状态
|
||||||
EmergentButton ebutton = 2;
|
EmergentButton ebutton = 2; //紧急摁钮
|
||||||
repeated DriverKeySwitch driverKey = 3;
|
repeated DriverKeySwitch driverKey = 3; //驾驶端激活
|
||||||
DirectionKeySwitch dirKey = 4;
|
DirectionKeySwitch dirKey = 4; //接车运行方向
|
||||||
PushHandler pushHandler = 5;
|
PushHandler pushHandler = 5; //牵引制动手柄
|
||||||
|
|
||||||
message EmergentButton{
|
message EmergentButton{
|
||||||
uint32 id = 1;
|
uint32 id = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user