[新增]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 {
enum DeviceType {
Section = 0;
Turnout = 1;
TrainWindow = 2;
AxleCounting = 3;
Section = 0; //
Turnout = 1; //
TrainWindow = 2; //
AxleCounting = 3; //
SectionLink = 4;
signal = 5;
station = 6;
@ -389,9 +389,9 @@ message RelatedRef {
SignalFaultAlarm = 8;
Breakers = 9;//
PowerScreen = 10;//
GarageDoor = 11;
CarWashing = 12;
FloodGate = 13;
GarageDoor = 11; //
CarWashing = 12; //
FloodGate = 13; //
}
enum DevicePort {