添加信号机故障报警仪设备,组合里设备类型添加信号机故障报警仪
This commit is contained in:
parent
9b1c6d7801
commit
60ed5685cf
@ -13,6 +13,7 @@ message RelayCabinetGraphicStorage {
|
||||
UniqueIdType UniqueIdPrefix = 6;//设备唯一编码--前缀
|
||||
repeated PhaseFailureProtector phaseFailureProtectors = 7;
|
||||
repeated Combinationtype combinationtypeList = 8;
|
||||
repeated SignalFaultAlarm signalFaultAlarms = 9;
|
||||
}
|
||||
|
||||
message RelayCabinet {
|
||||
@ -44,6 +45,12 @@ message PhaseFailureProtector {
|
||||
string code = 2;//编号
|
||||
}
|
||||
|
||||
/* 信号机故障报警仪 */
|
||||
message SignalFaultAlarm {
|
||||
graphicData.CommonInfo common = 1;
|
||||
string code = 2;//编号
|
||||
}
|
||||
|
||||
/* 设备管理的继电器列表 */
|
||||
message DeviceRelateRelay {
|
||||
//int32 id = 1;//存储在列表中的id
|
||||
|
@ -281,6 +281,7 @@ message RelatedRef {
|
||||
signal = 5;
|
||||
station = 6;
|
||||
ScreenDoor = 7;
|
||||
SignalFaultAlarm = 8;
|
||||
}
|
||||
|
||||
enum DevicePort {
|
||||
|
Loading…
Reference in New Issue
Block a user