timertask.hpp

来自「一个非常好的人工智能开发工具开源软件」· HPP 代码 · 共 29 行

HPP
29
字号
/*** *** 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 + =
减小字号Ctrl + -
显示快捷键?