From cf2e52a1e02d3f8c001c05ba6480fc201b016bef Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 17 Oct 2024 14:50:02 +0800 Subject: [PATCH] =?UTF-8?q?cctv=E5=8A=A0=E5=88=86=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/iscs_graphic_data.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/iscs_graphic_data.proto b/src/iscs_graphic_data.proto index 3ed1301..09644a0 100644 --- a/src/iscs_graphic_data.proto +++ b/src/iscs_graphic_data.proto @@ -123,9 +123,15 @@ message TemperatureDetector { } message CCTVOfEquipmentLayoutStorage { + enum LayerType { + StationHall = 0; //站厅 + platform = 1; //站台 + PTZ = 2; //云台 + } string stationName = 1; common.Canvas canvas = 2; CommonGraphicStorage commonGraphicStorage = 3; + LayerType layer = 4; // 分层 } message FASOfPlatformAlarmStorage {