[新增]ecs物理区段增加区段电路组件及逻辑;
[修改]12号线联锁通信服务如果启动失败,则启动参数无法更换bug
This commit is contained in:
parent
0844608c86
commit
c05e0ae0fe
@ -378,10 +378,10 @@ message Section {
|
|||||||
//关联设备
|
//关联设备
|
||||||
message RelatedRef {
|
message RelatedRef {
|
||||||
enum DeviceType {
|
enum DeviceType {
|
||||||
Section = 0;
|
Section = 0; //区段
|
||||||
Turnout = 1;
|
Turnout = 1; //道岔
|
||||||
TrainWindow = 2;
|
TrainWindow = 2; //车次窗
|
||||||
AxleCounting = 3;
|
AxleCounting = 3; //计轴器
|
||||||
SectionLink = 4;
|
SectionLink = 4;
|
||||||
signal = 5;
|
signal = 5;
|
||||||
station = 6;
|
station = 6;
|
||||||
@ -389,9 +389,9 @@ message RelatedRef {
|
|||||||
SignalFaultAlarm = 8;
|
SignalFaultAlarm = 8;
|
||||||
Breakers = 9;//断路器
|
Breakers = 9;//断路器
|
||||||
PowerScreen = 10;//电源屏
|
PowerScreen = 10;//电源屏
|
||||||
GarageDoor = 11;
|
GarageDoor = 11; //车库门
|
||||||
CarWashing = 12;
|
CarWashing = 12; //洗车机
|
||||||
FloodGate = 13;
|
FloodGate = 13; //防淹门
|
||||||
}
|
}
|
||||||
|
|
||||||
enum DevicePort {
|
enum DevicePort {
|
||||||
|
Loading…
Reference in New Issue
Block a user