1 Star 0 Fork 6

我的金融/tdxtopy

forked from 436607/tdxtopy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PluginTCalcFunc.h 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
436607 提交于 2024-11-06 17:19 . tdxtopy
#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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/my-finance/tdxtopy.git
git@gitee.com:my-finance/tdxtopy.git
my-finance
tdxtopy
tdxtopy
master

搜索帮助