From 0c2a7613104f859e83091d1f6379e6e2fa1990ad Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Mon, 29 Jul 2024 13:53:45 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E5=8C=97=E4=BA=AC12?= =?UTF-8?q?=E5=8F=B7=E7=BA=BF=E8=BF=9E=E9=94=81rsd=E3=80=81sse=E3=80=81ssr?= =?UTF-8?q?=E7=BC=96=E8=A7=A3=E7=A0=81=E7=AE=97=E6=B3=95=E5=8F=8A=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 5a1ca41..600eec3 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -442,8 +442,8 @@ message Transponder { // 应答器 string fixedTelegram = 11; //应答器固定报文 string fixedUserTelegram = 12; //应答器固定用户报文 string originalCode = 13; //应答器原编号(厂商提供数据编号) - uint32 leuIndex = 14; //LEU索引 - uint32 leuInsideIndex = 15; // LEU内部索引 + uint32 leuIndex = 14; //应答器所属LEU的索引 + uint32 leuInsideIndex = 15; // 应答器在LEU内部的索引 } message SimpleRef {