[新增]ecs物理区段增加区段电路组件及逻辑;

[修改]12号线联锁通信服务如果启动失败,则启动参数无法更换bug
This commit is contained in:
thesai 2024-06-21 15:53:15 +08:00
parent 0844608c86
commit c05e0ae0fe

View File

@ -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 {