libxr
1.0
Want to be the best embedded framework
|
异步订阅块,继承自 SuberBlock Asynchronous subscription block, inheriting from SuberBlock More...
#include <message.hpp>
Data Fields | |
RawData | buff |
缓冲区数据 Buffer data | |
std::atomic< ASyncSubscriberState > | state |
订阅者状态 Subscriber state | |
![]() | |
SuberType | type |
订阅者类型。Type of subscriber. | |
异步订阅块,继承自 SuberBlock Asynchronous subscription block, inheriting from SuberBlock
Definition at line 300 of file message.hpp.
RawData LibXR::Topic::ASyncBlock::buff |
缓冲区数据 Buffer data
Definition at line 302 of file message.hpp.
std::atomic<ASyncSubscriberState> LibXR::Topic::ASyncBlock::state |
订阅者状态 Subscriber state
Definition at line 303 of file message.hpp.