增加屏蔽门配置--子门和编组
This commit is contained in:
parent
9444331238
commit
3dddb31503
@ -41,6 +41,7 @@ message RtssGraphicStorage {
|
||||
repeated ScreenDoor screenDoors = 33;
|
||||
repeated StationRelateDevice stationRelateDeviceList = 34; // 关联设备列表
|
||||
repeated SectionCodePoint sectionCodePointList = 35; // 物理区段码位表
|
||||
ScreenDoorConfig screenDoorConfig = 36;//屏蔽门的配置--子屏蔽门的数量和编组列表
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -133,9 +134,14 @@ message Platform {
|
||||
message ScreenDoor {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
int32 sonDoorAmount = 3; //子屏蔽门的数量
|
||||
//int32 sonDoorAmount = 3; //子屏蔽门的数量
|
||||
string refPlatformId = 4; //关联的站台
|
||||
repeated ScreenDoorGroup screenDoorGroupList = 5;//编组列表
|
||||
//repeated ScreenDoorGroup screenDoorGroupList = 5;//编组列表
|
||||
}
|
||||
|
||||
message ScreenDoorConfig {
|
||||
int32 sonDoorAmount = 1; //子屏蔽门的数量
|
||||
repeated ScreenDoorGroup screenDoorGroupList = 2;//编组列表
|
||||
}
|
||||
|
||||
message ScreenDoorGroup {
|
||||
|
Loading…
Reference in New Issue
Block a user