libxr 1.0
Want to be the best embedded framework
|
队列订阅块,继承自 SuberBlock Queue subscription block, inheriting from SuberBlock More...
#include <message.hpp>
Data Fields | |
void * | queue |
指向订阅队列的指针 Pointer to the subscribed queue | |
void(* | fun )(RawData &, void *, bool) |
处理数据的回调函数 Callback function to handle data | |
![]() | |
SuberType | type |
订阅者类型。Type of subscriber. | |
队列订阅块,继承自 SuberBlock Queue subscription block, inheriting from SuberBlock
Definition at line 357 of file message.hpp.
处理数据的回调函数 Callback function to handle data
Definition at line 360 of file message.hpp.
void* LibXR::Topic::QueueBlock::queue |
指向订阅队列的指针 Pointer to the subscribed queue
Definition at line 359 of file message.hpp.