联锁映射暂提
This commit is contained in:
parent
189cabea72
commit
f232ff605d
@ -56,6 +56,7 @@ message RtssGraphicStorage {
|
|||||||
repeated GarageDoor garageDoors = 46; // 车库门
|
repeated GarageDoor garageDoors = 46; // 车库门
|
||||||
repeated GarageDoor floodGates = 47; // 防淹门
|
repeated GarageDoor floodGates = 47; // 防淹门
|
||||||
//repeated GarageDoorBox garageDoorBoxes = 48; //车库门Psl开启按钮
|
//repeated GarageDoorBox garageDoorBoxes = 48; //车库门Psl开启按钮
|
||||||
|
LianSuoData lianSuoData = 49; // 联锁映射数据
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -722,3 +723,20 @@ message OtherLine {
|
|||||||
//repeated string oldids = 2; // 设备id列表
|
//repeated string oldids = 2; // 设备id列表
|
||||||
repeated uint32 ids = 3; // 设备id列表
|
repeated uint32 ids = 3; // 设备id列表
|
||||||
}
|
}
|
||||||
|
// 设备联锁编号
|
||||||
|
message LianSuoIndexData {
|
||||||
|
int32 id = 1; // 设备id
|
||||||
|
int32 index = 2; //设备联锁编号
|
||||||
|
}
|
||||||
|
// 设备联锁映射数据
|
||||||
|
message LianSuoData {
|
||||||
|
repeated LianSuoIndexData stations = 1;
|
||||||
|
repeated LianSuoIndexData switchs = 2;
|
||||||
|
repeated LianSuoIndexData screenDoors = 3;
|
||||||
|
repeated LianSuoIndexData signals = 4;
|
||||||
|
repeated LianSuoIndexData sections = 5;
|
||||||
|
repeated LianSuoIndexData floodGates = 6;
|
||||||
|
repeated LianSuoIndexData spksSwitchs = 7;
|
||||||
|
repeated LianSuoIndexData garageDoors = 8;
|
||||||
|
repeated LianSuoIndexData carWashing = 9;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user