连锁控实训
This commit is contained in:
parent
acec4fcddc
commit
fcce73733a
@ -40,6 +40,7 @@ public class ControlGeneratorNew implements GeneratorNew {
|
|||||||
station.setControlMode(Station.ControlMode.None);
|
station.setControlMode(Station.ControlMode.None);
|
||||||
break;
|
break;
|
||||||
case CM_Surrender_Control:
|
case CM_Surrender_Control:
|
||||||
|
case CM_Interlock_Control:
|
||||||
if(BusinessConsts.MapPrd.PrdType.Type01.equals(config.getPrdType())){
|
if(BusinessConsts.MapPrd.PrdType.Type01.equals(config.getPrdType())){
|
||||||
station.setControlMode(Station.ControlMode.Local);
|
station.setControlMode(Station.ControlMode.Local);
|
||||||
}
|
}
|
||||||
|
@ -207,6 +207,8 @@ public class Operation {
|
|||||||
CM_Receive_Control(),
|
CM_Receive_Control(),
|
||||||
/** 交出控制权 */
|
/** 交出控制权 */
|
||||||
CM_Surrender_Control(),
|
CM_Surrender_Control(),
|
||||||
|
/** 连锁控 */
|
||||||
|
CM_Interlock_Control(),
|
||||||
|
|
||||||
//--------------------------- 集中车站 ---------------------------
|
//--------------------------- 集中车站 ---------------------------
|
||||||
/** 设置折返策略 */
|
/** 设置折返策略 */
|
||||||
|
Loading…
Reference in New Issue
Block a user