|
libxr
1.0
Want to be the best embedded framework
|
app_framework 的硬件注册片段 Hardware-registration fragment of app_framework
More...
#include <hardware.hpp>
Data Fields | |
| T & | object |
| 被注册的设备对象引用 / Reference to the device object being registered. | |
| std::initializer_list< const char * > | aliases |
| 指向同一设备的别名集合 / Alias set pointing to the same device. | |
app_framework 的硬件注册片段 Hardware-registration fragment of app_framework
| T | 设备类型 / Device type |
aliases 中的每个别名都必须是非空字符串指针。 Every alias in aliases must be a non-null string pointer. Definition at line 29 of file hardware.hpp.
| std::initializer_list<const char*> LibXR::Entry< T >::aliases |
指向同一设备的别名集合 / Alias set pointing to the same device.
Definition at line 33 of file hardware.hpp.
| T& LibXR::Entry< T >::object |
被注册的设备对象引用 / Reference to the device object being registered.
Definition at line 31 of file hardware.hpp.