📄 lv_aap.h
字号:
#include "extcode.h"
#pragma pack(push)
#pragma pack(1)
#ifdef __cplusplus
extern "C" {
#endif
void __stdcall Acquire(double Y[], int32_t len);
void __stdcall Analyze(double InputArray[], double Magnitude[], int32_t len,
int32_t len2);
void __stdcall Present(double AnalyzedDataArray[],
double OriginalDataArray[], int32_t len, int32_t len2);
long __cdecl LVDLLStatus(char *errStr, int errStrLen, void *module);
#ifdef __cplusplus
} // extern "C"
#endif
#pragma pack(pop)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -