|
libxr
1.0
Want to be the best embedded framework
|
一条硬件别名记录 One registered hardware-alias record More...
#include <hardware.hpp>
Data Fields | |
| const char * | name |
| 硬件别名 / Hardware alias string. | |
| void * | object |
| 擦除类型后的设备对象指针 / Type-erased device object pointer. | |
| TypeID::ID | id |
| 设备对象类型 ID / Device object type ID. | |
一条硬件别名记录 One registered hardware-alias record
Definition at line 140 of file hardware.hpp.
| TypeID::ID LibXR::HardwareContainer::AliasEntry::id |
设备对象类型 ID / Device object type ID.
Definition at line 144 of file hardware.hpp.
| const char* LibXR::HardwareContainer::AliasEntry::name |
硬件别名 / Hardware alias string.
Definition at line 142 of file hardware.hpp.
| void* LibXR::HardwareContainer::AliasEntry::object |
擦除类型后的设备对象指针 / Type-erased device object pointer.
Definition at line 143 of file hardware.hpp.