|
libxr
1.0
Want to be the best embedded framework
|
同步订阅者存储结构。Structure storing synchronous subscriber data. More...
#include <message.hpp>
Data Fields | |
| RawData | buff |
| 存储的数据缓冲区。Data buffer. | |
| Semaphore | sem |
| 信号量,用于同步等待数据。Semaphore for data synchronization. | |
Data Fields inherited from LibXR::Topic::SuberBlock | |
| SuberType | type |
| 订阅者类型。Type of subscriber. | |
同步订阅者存储结构。Structure storing synchronous subscriber data.
Definition at line 223 of file message.hpp.
| RawData LibXR::Topic::SyncBlock::buff |
存储的数据缓冲区。Data buffer.
Definition at line 225 of file message.hpp.
| Semaphore LibXR::Topic::SyncBlock::sem |
信号量,用于同步等待数据。Semaphore for data synchronization.
Definition at line 226 of file message.hpp.