📄 rtai_functions.h
字号:
#ifndef __RTAI_FUNCTIONS_H#define __RTAI_FUNCTIONS_H#ifdef _MAIN_CHN_RBUF *Chn_RBuf = NULL;//CHANNEL_RBUF *corr;//CHANNEL_RBUF *chanBuf;//CTRLPARMS *param;#elseextern CHN_RBUF *Chn_RBuf;//extern CHANNEL_RBUF *corr;//extern CHANNEL_RBUF *chanBuf;//extern CTRLPARMS *param;#endif//------------------------------------------------------------------------------// cleanup// // De-allocates memory//void cleanup( void); //------------------------------------------------------------------------------// numTasks//// Returns the number of tasks stored in the Task[] struct.//int numTasks(void);//#include "rtai_functions.c"CHN_INFO chanBufRead( INT16 chHeadNow, INT16 index);CHN_INFO chanBufReadRev( INT16 chHeadNow, INT16 index); void init_user( void);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -