地图数据调整
This commit is contained in:
parent
85290a8ba9
commit
25a46b7963
@ -39,6 +39,7 @@ message RtssGraphicStorage {
|
|||||||
UniqueIdOfStationLayout UniqueIdPrefix = 31;//设备唯一编码--前缀
|
UniqueIdOfStationLayout UniqueIdPrefix = 31;//设备唯一编码--前缀
|
||||||
repeated KilometerConvert kilometerConvertList = 32;//公里标转换列表
|
repeated KilometerConvert kilometerConvertList = 32;//公里标转换列表
|
||||||
repeated ScreenDoor screenDoors = 33;
|
repeated ScreenDoor screenDoors = 33;
|
||||||
|
repeated StationRelateDevice stationRelateDeviceList = 34; // 关联设备列表
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -454,3 +455,14 @@ message KilometerConvert {
|
|||||||
KilometerSystem kmB = 2;
|
KilometerSystem kmB = 2;
|
||||||
bool sameTrend = 3; //相同趋势(同增同减)?
|
bool sameTrend = 3; //相同趋势(同增同减)?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 车站关联的设备列表 */
|
||||||
|
message StationRelateDevice {
|
||||||
|
string code = 1;//设备编号
|
||||||
|
repeated Combinationtype combinationtypes = 2; //组合类型
|
||||||
|
RelatedRef.DeviceType deviceType = 3;//设备类型
|
||||||
|
}
|
||||||
|
message Combinationtype {
|
||||||
|
string code = 1;
|
||||||
|
repeated string refDevices = 2;//门控箱关联的设备
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user