添加扩展任务 用于小板端执行异常判定
ew程序下载批量验证成功
This commit is contained in:
29
source/elec_det/interface/CheckerExt.h
Normal file
29
source/elec_det/interface/CheckerExt.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#ifndef CheckerExt_h__
|
||||
#define CheckerExt_h__
|
||||
|
||||
#include "basechecker.h"
|
||||
|
||||
|
||||
// 扩展的检测任务,这个文件下的任务是所有模块通用的
|
||||
|
||||
|
||||
#define CHECKER_EXTID_COUNT 10
|
||||
|
||||
|
||||
|
||||
|
||||
extern CheckerTask exttaskArray[CHECKER_EXTID_COUNT];
|
||||
|
||||
|
||||
void CheckerExt_CalcErr(void);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user