|
libxr
1.0
Want to be the best embedded framework
|
队列订阅者自己挂的数据块 / Data block owned by one queued subscriber More...
#include <queue.hpp>
Data Fields | |
| void * | queue |
| 指向订阅队列实例的擦除指针。Erased pointer to the subscribed queue instance. | |
| void(* | fun )(MicrosecondTimestamp, void *, QueueBlock &) |
| 把一条发布转发进具体队列类型的适配函数。Adapter that forwards one publish into the concrete queue type. | |
Data Fields inherited from LibXR::Topic::SuberBlock | |
| SuberType | type |
| 订阅块的具体种类。Concrete kind of this subscriber block. | |
队列订阅者自己挂的数据块 / Data block owned by one queued subscriber
队列订阅者挂在 topic 链表里的数据块 / Subscriber block used by one queued subscriber inside the topic list
| void(* LibXR::Topic::QueueBlock::fun) (MicrosecondTimestamp, void *, QueueBlock &) |
| void* LibXR::Topic::QueueBlock::queue |