From 64cf4a779ef5c16c79bbbee27370169dc8d69499 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Mon, 06 May 2024 20:08:30 +0800
Subject: [PATCH] 继续开发

---
 Function/WirelessRemoteComm/wireless_remote_comm.h |   30 +++++++++++++++++++++++++-----
 1 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/Function/WirelessRemoteComm/wireless_remote_comm.h b/Function/WirelessRemoteComm/wireless_remote_comm.h
index 2bb3918..4908c5b 100644
--- a/Function/WirelessRemoteComm/wireless_remote_comm.h
+++ b/Function/WirelessRemoteComm/wireless_remote_comm.h
@@ -1,6 +1,7 @@
 #ifndef _WIRELESS_REMOTE_COMM_H_
 #define _WIRELESS_REMOTE_COMM_H_
 #include "define_all.h"
+#include "system_general_para.h"
 
 // Զ����Դ
 #define WRC_PWR_PORT 			GPIOA
@@ -28,13 +29,32 @@
 typedef enum
 {
   WRC_MEANS_NONE = 0U,  // Ĭ��ֵ
-  WRC_MEANS_RTC_TIMED,  // ��ʱ����
+  WRC_MEANS_RTC_TIMING,  // ��ʱ����
   WRC_MEANS_KEY,        // ����
-  WRC_MEANS_ALARM,      // ����
+  WRC_MEANS_ALARM,      // �������¼�
   WRC_MEANS_POWER,    	 // ����/��λ
-  WRC_MEANS_RTC_PERIOD, // ����
+  WRC_MEANS_RTC_INTERVAL, // ����
 	WRC_MEANS_AGAIN,		 	 // �ٴ�
 } WRC_START_MEANS;       // GPRS��������ʽ
+
+
+
+typedef enum
+{
+  LINK_TCP = 0U,  // Ĭ��ֵ
+	LINK_AEP,
+	LINK_ONENET
+} LINK_TYPE;       // ��������
+
+
+typedef enum
+{
+  WRC_TIME_START_NONE = 0U,  // Ĭ��ֵ
+	WRC_TIME_START_INTERVAL,     //���
+	WRC_TIME_START_TIMING,       //��ʱ
+	WRC_TIME_START_TIMING_TIMING, //����Ͷ�ʱͬʱ��Ч
+} WRC_TIME_START_TYPE;       // ʱ��������ʽ
+
 
 
 typedef struct
@@ -70,7 +90,7 @@
 
 
 
-void WirelessRemoteCommPro(void);
+void WirelessRemoteCommPro(FUN_START_CTRL_PARA_T * sys_fun_run_ctrl_p);
 
 
 
@@ -79,4 +99,4 @@
 
 
 
-#endif
\ No newline at end of file
+#endif

--
Gitblit v1.9.3