From a12102b90bda2f409babc8c241bfc66118a8cb70 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Thu, 25 Apr 2024 20:01:19 +0800
Subject: [PATCH] 继续完善485采集

---
 Function/STORAGE/system_mem_para.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Function/STORAGE/system_mem_para.h b/Function/STORAGE/system_mem_para.h
index cf23719..8e4c551 100644
--- a/Function/STORAGE/system_mem_para.h
+++ b/Function/STORAGE/system_mem_para.h
@@ -98,9 +98,10 @@
 	{
 		double forward_cumulate_sc; // �������ۻ���
 		double forward_cumulate_wc;
-		double cal_cumulate_reserve[2];         // �궨�ۻ���_Ԥ��
-		double err_forward_cumulate_reserve[2]; // �����ۻ���_Ԥ��
-
+		double cal_cumulate_sc;         // �궨�ۻ���
+		double cal_cumulate_wc;        
+		double err_forward_cumulate_sc; // �����ۻ���
+		double err_forward_cumulate_wc; 
 	}realtime_flow_data_s;
 	struct realtime_billing_data
 	{

--
Gitblit v1.9.3