forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-06-07 fa6053f85287163f6e2d5dba690bec05cbc95f4a
Soft/system_run_fun.h
@@ -1,9 +1,20 @@
#ifndef _SYSTEM_RUN_FUN_H_
#define _SYSTEM_RUN_FUN_H_
#include "define_all.h"
#include "system_general_para.h"
#include "wireless_remote_comm.h"
#include "sizhu_alarm_record.h"
extern RS485_START_REASON   start_rs485_g;
extern WRC_START_MEANS   start_wrc_g ;
@@ -16,5 +27,9 @@
void sysRunFunParaInit(void);
void sysRunFunCtrlPro(FUN_START_CTRL_PARA_T * sys_fun_run_ctrl_p,sClockBCD sys_clockBCD_in);
FlagStatus SysKeepRunningStatusGet(FUN_START_CTRL_PARA_T sys_fun_run_ctrl_in);
#endif