Merge remote-tracking branch 'origin/master'

This commit is contained in:
thesai 2024-02-06 16:42:36 +08:00
commit 66e31ca84e

View File

@ -50,6 +50,8 @@ message RtssGraphicStorage {
repeated AutoReturnBox autoReturnBoxs = 40; // repeated AutoReturnBox autoReturnBoxs = 40; //
repeated ConcentrationDividingLine concentrationDividingLines = 41; // 线 repeated ConcentrationDividingLine concentrationDividingLines = 41; // 线
repeated OtherLine otherLineList = 42; // 线 repeated OtherLine otherLineList = 42; // 线
repeated IbpBox ibpBoxs = 43; // ibp地图打开按钮
repeated PslBox pslBoxs = 44; // psl地图打开按钮
} }
message Canvas { message Canvas {
@ -540,6 +542,20 @@ message GatedBox {
uint32 refScreenDoor = 7; // uint32 refScreenDoor = 7; //
} }
message IbpBox {
CommonInfo common = 1;
string code = 2;
string refIbpMapCode = 3; // Ibp地图Code
uint32 refStationId = 4; // id
}
message PslBox {
CommonInfo common = 1;
string code = 2;
string refPslMapCode = 3; // Psl地图Code
uint32 refPlatformId = 4; // id
}
/** 坡度公里标 */ /** 坡度公里标 */
message SlopeKiloMarker { message SlopeKiloMarker {
CommonInfo common = 1; CommonInfo common = 1;