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

用于存储事件回调的数据结构。 Data structure for storing event callbacks. More...

Collaboration diagram for LibXR::Event::Block:

Data Fields

uint32_t event
 与该回调关联的事件 ID。 Event ID associated with this callback.
 
Callback< uint32_tcb
 关联该事件的回调函数。 Callback function associated with this event.
 

Detailed Description

用于存储事件回调的数据结构。 Data structure for storing event callbacks.

Definition at line 135 of file event.hpp.

Field Documentation

◆ cb

Callback<uint32_t> LibXR::Event::Block::cb

关联该事件的回调函数。 Callback function associated with this event.

Definition at line 139 of file event.hpp.

◆ event

uint32_t LibXR::Event::Block::event

与该回调关联的事件 ID。 Event ID associated with this callback.

Definition at line 137 of file event.hpp.


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