diff --git a/标准版4.0/mainAtbh.c b/标准版4.0/mainAtbh.c deleted file mode 100644 index 25bc3fbb..00000000 --- a/标准版4.0/mainAtbh.c +++ /dev/null @@ -1,97 +0,0 @@ -/**************************************************************************************************** - * mainAtbh.c - * ÃèÊö£ºAT±£»¤Ö÷Îļþ£¬°üº¬Èë¿Ú³ÌÐò£¬Ö÷ҪģÄâ²ÉÑùÖжϳÌÐòºÍ±£»¤ÖжϳÌÐò - * º¯Êý£ºSTATUS progStart() - * void sysInit() - * void ReadSampleValue() - * void funcBH() - * void progStop() - * - * - ******************************************************************************************************/ - -/****************************************** includes ***********************************************/ -#include "..\h\predefine.h" -#ifdef _atbh_c_ - -#include "time.h" - -/* APP relational */ -#include ".\inc\atbh.h" -#include "..\h\lib.h" -#include "..\h\variable.h" - -#include "..\h\com_lib.h" -#include "..\h\testDefine.h" - -#include -#include "time.h" - -/**************************************** forward declarations ***************************************/ - -int progStart(int ErrCode); -void progStop(); -void comm(); - - -extern void Reset_Init(); -extern void InitCommTable(); -extern void PowerInitData(void); -extern void settingtype_init(); -extern void commobjectinit(); - - -/****************************************************************************** -* Function: progStart -* Description:Èë¿Ú -* Calls: none -* Called By: -* Input: -* Ouput: -* Return: -* others: -* History: -* 1.luoyang created -* -*******************************************************************************/ -int progStart(int ErrCode) -{ - PowerInitData(); //Éϵç³õʼ»¯ - InitCommTable(); //ͨÐųõʼ»¯ - settingtype_init(); - commobjectinit(); - - InitSample(); //³õʼ»¯Ä£ÄâÁ¿Í¨µÀÏà¹Ø±äÁ¿ - dl_open_innormal_param_init(&ATBH_dl_open_innormal_param); - - digit_init(); //Êý×Ö½Ó¿Ú³õʼ»¯ - CHZValue.Status = CHZ_CLOSE; - Reset_Init(); //¸´Î»³õʼ»¯ - - QdInfoShow(); // - - //block_Init(); //±ÕËø³õʼ»¯ - - return (OK); -} - -/****************************************************************************** -* Function: ReadSampleValue -* Description:δʹÓà -* Calls: none -* Called By: -* Input: -* Ouput: -* Return: -* others: -* History: -* 1.luoyang created -* -*******************************************************************************/ - -void progStop() -{ - -} - -#endif