列车前端操作接口,列车连接三方映射接口及ws返回列车连接状态

This commit is contained in:
tiger_zhou 2024-03-19 08:35:03 +08:00
parent da14913835
commit a8b2c32c95

View File

@ -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;