From 6b0d1f644233b2984d2a87553de598879cf05caf Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 28 May 2024 17:24:59 +0800
Subject: [PATCH] 继续完善

---
 Function/WirelessRemoteComm/wireless_remote_comm.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Function/WirelessRemoteComm/wireless_remote_comm.h b/Function/WirelessRemoteComm/wireless_remote_comm.h
index e4b13dc..819e72b 100644
--- a/Function/WirelessRemoteComm/wireless_remote_comm.h
+++ b/Function/WirelessRemoteComm/wireless_remote_comm.h
@@ -106,6 +106,7 @@
 	__IO LINK_STATUS	link_status;
 	WRC_ERR_CODE	wrc_err_code;
 	ErrorStatus	wrc_result_flag;  //���յ�ͨѶ����жϣ���ʼ��FAIL�����ո���Э��ȷ�ϱ���ͨѶ�Ƿ�ɹ�
+	ErrorStatus	report_result_flag;  //�ϱ��Ƿ�ɹ���־������һ��֮����û���ϴ��ɹ�������wrc_result_flag����һ�㣬ֻҪ�����ϱ�����Ӧ�������ϱ��ɹ������ܺ���ָ���ǰ�н���֡Ҳ����ɹ���
 	uint16_t	time_out_time_sec; //��ʱʱ��
 	__IO	uint16_t	wrc_OFF_cnt;    //Զ���رռ���,���ϼ����������ӳٹرյ�Դ���˳�ͨѶ����
 	
@@ -124,6 +125,14 @@
 }WRC_UART_PARA_T;
 
 
+typedef enum
+{
+	GMS_WORST = 3U,
+	GMS_POOR = 10U,
+	GMS_GENERAL = 15U,
+	GMS_BEST = 25U,
+}GPRS_MODULE_SIG;
+
 
 typedef struct{
 	uint8_t				net_signal_intensity; //�����ź�ǿ��

--
Gitblit v1.9.3