列车调整连接12号线车载,静态情况

This commit is contained in:
tiger_zhou 2024-07-04 09:26:37 +08:00
parent 547b0b1baf
commit c0aa3ab5b7

View File

@ -887,7 +887,11 @@ message TrainControlState{
repeated DriverKeySwitch driverKey = 2; //
DirectionKeySwitch dirKey = 3; //
PushHandler pushHandler = 4; //
ControlButton buttons = 5;
message ControlButton{
uint32 id = 1;
bool passed = 3;
}
message EmergentButton{
uint32 id = 1;
bool passed = 3;