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:
[legend]

Data Fields

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

Detailed Description

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

Definition at line 168 of file event.hpp.

Field Documentation

◆ cb

Callback LibXR::Event::Block::cb

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

Definition at line 172 of file event.hpp.

◆ event

uint32_t LibXR::Event::Block::event

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

Definition at line 170 of file event.hpp.


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