📄 timertask.hpp
字号:
/*** *** See the file "L2_RTI_EO1/disclaimers-and-notices-L2.txt" for *** information on usage and redistribution of this file, *** and for a DISCLAIMER OF ALL WARRANTIES. ***/#ifndef _FILE_H#define _FILE_H#include <SCL2L2Interface.h>#ifdef __cplusplusextern "C" {#endifvoid TimerTask(void);void requestTimer(unsigned int milliseconds, int timeoutVariable, int timeoutValue);void requestHeartbeat(void);void killTimerTask(void);#ifdef __cplusplus}#endif#endif /* _FILE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -