列车调整连接12号线车载,静态情况
This commit is contained in:
parent
547b0b1baf
commit
c0aa3ab5b7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user