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 | |
bool | data_ready |
数据就绪标志 Data ready flag | |
bool | waiting |
等待中标志 Waiting flag | |
![]() | |
SuberType | type |
订阅者类型。Type of subscriber. | |
异步订阅块,继承自 SuberBlock Asynchronous subscription block, inheriting from SuberBlock
Definition at line 271 of file message.hpp.
RawData LibXR::Topic::ASyncBlock::buff |
缓冲区数据 Buffer data
Definition at line 273 of file message.hpp.
bool LibXR::Topic::ASyncBlock::data_ready |
数据就绪标志 Data ready flag
Definition at line 274 of file message.hpp.
bool LibXR::Topic::ASyncBlock::waiting |
等待中标志 Waiting flag
Definition at line 275 of file message.hpp.