在SolarHV_DCAC的示例中调用的DPlib.h中声明的函数extern void DPL_Init(void); extern void DPL_CLAInit(void);具体内容不知道在哪里查看。在main函数中也没有发现这两个函数的内容。如下图所示函数。麻烦技术人员解答一下谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在SolarHV_DCAC的示例中调用的DPlib.h中声明的函数extern void DPL_Init(void); extern void DPL_CLAInit(void);具体内容不知道在哪里查看。在main函数中也没有发现这两个函数的内容。如下图所示函数。麻烦技术人员解答一下谢谢!
你好!请问extern void DPL_CLAInit(void);在哪里?
SolarHV_DCAC这个示例根本就没有用到CLA模块,所以DPL_CLAInit只是在头文件中有声明,而程序里根本没有用到,所以你找不到的。