1 Star 1 Fork 0

towith / TestPluginTCale

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PluginTCalcFunc.h 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
codeMine 提交于 2022-06-05 15:35 . init
#ifndef __PLUGIN_TCALC_FUNC
#define __PLUGIN_TCALC_FUNC
#pragma pack(push,1)
//函数(数据个数,输出,输入a,输入b,输入c)
typedef void(*pPluginFUNC)(int,float*,float*,float*,float*);
typedef struct tagPluginTCalcFuncInfo
{
unsigned short nFuncMark;//函数编号
pPluginFUNC pCallFunc;//函数地址
}PluginTCalcFuncInfo;
typedef BOOL(*pRegisterPluginFUNC)(PluginTCalcFuncInfo**);
#pragma pack(pop)
#endif
1
https://gitee.com/towith/test-plugin-tcale.git
git@gitee.com:towith/test-plugin-tcale.git
towith
test-plugin-tcale
TestPluginTCale
master

搜索帮助