From 1ac17f1bbccd610853d7667309d0137d9ee8c2f5 Mon Sep 17 00:00:00 2001 From: zzh Date: Wed, 11 Sep 2024 16:27:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0xml=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=AE=B9=E7=81=BE=E4=BF=A1=E6=81=AF=E5=AD=97=E6=AE=B5=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/gspylib/common/DeviceListParams.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/script/gspylib/common/DeviceListParams.py b/script/gspylib/common/DeviceListParams.py index 73b7bb4..f5949e7 100644 --- a/script/gspylib/common/DeviceListParams.py +++ b/script/gspylib/common/DeviceListParams.py @@ -52,6 +52,9 @@ class DeviceListParams: FLOAT_IP_MAP1 = 'floatIpMap1' DATA_PORT_STANDBY = 'dataPortStandby' DATA_PORT_DUMMY_STANDBY = 'dataPortDummyStandby' + LOCAL_STREAM_IP_MAP1 = 'localStreamIpmap1' + REMOTE_STREAM_IP_MAP1 = 'remoteStreamIpmap1' + REMOTE_DATA_PORT_BASE = 'remotedataPortBase' @staticmethod def get_all_param_names(): @@ -79,7 +82,10 @@ class DeviceListParams: DeviceListParams.DATA_NODE_XLOG_PATH1, DeviceListParams.FLOAT_IP_MAP1, DeviceListParams.DATA_PORT_STANDBY, - DeviceListParams.DATA_PORT_DUMMY_STANDBY + DeviceListParams.DATA_PORT_DUMMY_STANDBY, + DeviceListParams.LOCAL_STREAM_IP_MAP1, + DeviceListParams.REMOTE_STREAM_IP_MAP1, + DeviceListParams.REMOTE_DATA_PORT_BASE ] SYNC_NODE_PATTERN = re.compile(r'^syncNode_.*') \ No newline at end of file