libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::Application Class Referenceabstract

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
 

Detailed Description

app_framework 的应用模块管理片段 Application-module management fragment of app_framework

Note
这一组类型只负责“模块对象注册并统一调用 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.

Member Function Documentation

◆ OnMonitor()

virtual void LibXR::Application::OnMonitor ( )
pure virtual

周期性模块入口 Periodic module entry point

周期性任务 / Periodic update


The documentation for this class was generated from the following file: