物理区段码位列表
This commit is contained in:
parent
f0bfa36757
commit
60ead5ac3d
@ -40,6 +40,7 @@ message RtssGraphicStorage {
|
||||
repeated KilometerConvert kilometerConvertList = 32;//公里标转换列表
|
||||
repeated ScreenDoor screenDoors = 33;
|
||||
repeated StationRelateDevice stationRelateDeviceList = 34; // 关联设备列表
|
||||
repeated SectionCodePoint sectionCodePointList = 35; // 物理区段码位表
|
||||
}
|
||||
|
||||
message Canvas {
|
||||
@ -495,3 +496,8 @@ message DeviceCombinationtype {
|
||||
string code = 1;
|
||||
repeated string refDevices = 2;//车站关联的设备
|
||||
}
|
||||
|
||||
message SectionCodePoint {
|
||||
string centralizedStation = 1;
|
||||
repeated string sectionIds = 2; //物理区段id列表
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user