列车btm调整重构

This commit is contained in:
tiger_zhou 2024-08-21 17:19:06 +08:00
parent 7cb7af10d9
commit b7336a5bbe

View File

@ -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模式
} }
// //