列车btm调整重构
This commit is contained in:
parent
7cb7af10d9
commit
b7336a5bbe
@ -194,7 +194,7 @@ message TrainControl{
|
|||||||
TrainControlType controlType = 4;
|
TrainControlType controlType = 4;
|
||||||
ControlButton controlButton = 5; // 控制按钮
|
ControlButton controlButton = 5; // 控制按钮
|
||||||
DriverKeySwitch driverKey = 6;
|
DriverKeySwitch driverKey = 6;
|
||||||
SwitchKeyChange switchKey = 7; //方向
|
SwitchKeyChange switchKey = 7; //方向/门模式
|
||||||
PushHandler handler = 8; //手柄
|
PushHandler handler = 8; //手柄
|
||||||
|
|
||||||
|
|
||||||
@ -209,9 +209,9 @@ message TrainControl{
|
|||||||
TRAIN_DOOR_MODE_CHANGE =4;//列车门模式
|
TRAIN_DOOR_MODE_CHANGE =4;//列车门模式
|
||||||
}
|
}
|
||||||
enum KeyLocation{
|
enum KeyLocation{
|
||||||
KL_END = 0; //后退 mm模式
|
KL_END = 0; //方向:后退 门模式:mm模式
|
||||||
KL_FONT = 1; //前进 AA模式
|
KL_FONT = 1; //方向:前进 门模式:AA模式
|
||||||
KL_CENTER = 2;//中位 AM模式
|
KL_CENTER = 2;//方向:中位 门模式:AM模式
|
||||||
}
|
}
|
||||||
|
|
||||||
//紧急制动
|
//紧急制动
|
||||||
|
Loading…
Reference in New Issue
Block a user