|
libxr
1.0
Want to be the best embedded framework
|
app_framework 的应用模块管理片段 Application-module management fragment of app_framework
More...
#include <application.hpp>
Public Member Functions | |
| virtual void | OnMonitor ()=0 |
| 周期性模块入口 Periodic module entry point | |
| virtual | ~Application ()=default |
| 虚析构函数 Virtual destructor | |
app_framework 的应用模块管理片段 Application-module management fragment of app_framework
OnMonitor()”,不处理硬件别名查找。 This group is responsible only for registering module objects and dispatching OnMonitor() across them; it does not handle hardware alias lookup.应用模块抽象类,需实现 OnMonitor 方法
Application module interface, must implement OnMonitor
Definition at line 22 of file application.hpp.
|
pure virtual |
周期性模块入口 Periodic module entry point
周期性任务 / Periodic update