【车站实训模式说明修改】
This commit is contained in:
parent
1741d5ed12
commit
8d3d31c94f
@ -492,7 +492,7 @@ public class Station extends MayOutOfOrderDevice {
|
|||||||
/**
|
/**
|
||||||
* 站控
|
* 站控
|
||||||
*/
|
*/
|
||||||
Local("站控"),
|
Local("站控/自律站控"),
|
||||||
/**
|
/**
|
||||||
* 紧急站控
|
* 紧急站控
|
||||||
*/
|
*/
|
||||||
@ -500,7 +500,7 @@ public class Station extends MayOutOfOrderDevice {
|
|||||||
/**
|
/**
|
||||||
* 联锁控
|
* 联锁控
|
||||||
*/
|
*/
|
||||||
Interlock("联锁控");
|
Interlock("联锁控/非常站控");
|
||||||
private final String label;
|
private final String label;
|
||||||
|
|
||||||
ControlMode(String label) {
|
ControlMode(String label) {
|
||||||
|
Loading…
Reference in New Issue
Block a user