【实训进路自动控背景】
This commit is contained in:
parent
e079307e4b
commit
daadb7ccee
@ -50,6 +50,14 @@ public enum BgSceneStatusRule {
|
|||||||
return getBgScene(simulation);
|
return getBgScene(simulation);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ROUTE_OPEN_AUTO_SETTING_BG_SCENE("进路交自动控背景") {
|
||||||
|
@Override
|
||||||
|
public String doHandle(Simulation simulation, MapElement mapElement) {
|
||||||
|
Route route = (Route) mapElement;
|
||||||
|
route.setAtsControl(false);
|
||||||
|
return getBgScene(simulation);
|
||||||
|
}
|
||||||
|
},
|
||||||
/**
|
/**
|
||||||
* 解封按钮背景
|
* 解封按钮背景
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user