libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::HardwareContainer::AliasEntry Struct Reference

一条硬件别名记录 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.
 

Detailed Description

一条硬件别名记录 One registered hardware-alias record

Definition at line 140 of file hardware.hpp.

Field Documentation

◆ id

TypeID::ID LibXR::HardwareContainer::AliasEntry::id

设备对象类型 ID / Device object type ID.

Definition at line 144 of file hardware.hpp.

◆ name

const char* LibXR::HardwareContainer::AliasEntry::name

硬件别名 / Hardware alias string.

Definition at line 142 of file hardware.hpp.

◆ object

void* LibXR::HardwareContainer::AliasEntry::object

擦除类型后的设备对象指针 / Type-erased device object pointer.

Definition at line 143 of file hardware.hpp.


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