⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timertask.hpp

📁 一个非常好的人工智能开发工具开源软件
💻 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 + -