From c09c46511d43178e55491efeab848445ea35ddbf Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Wed, 26 Jul 2023 17:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BA=94=E7=AD=94=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index e6cad98..c2c6511 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -26,6 +26,7 @@ message RtssGraphicStorage { repeated SpksSwitch spksSwitchs = 19; repeated EsbButton esbButtons = 20; // 紧急关闭按钮 repeated GatedBox gateBoxs = 21; // 站台开门/关门/发车按钮整合控制箱 + repeated Transponder transponders = 22; // 应答器 } message Canvas { @@ -224,6 +225,13 @@ message Separator { // 分隔符 string separatorType = 3; } +message Transponder { // 应答器 + CommonInfo common = 1; + string code = 2; + int32 transponderType = 3; + int32 index = 4; // 索引编号 +} + message SimpleRef{ enum DeviceType { Turnout = 0;