![]() |
RMVL
2.4.0-dev
Robotic Manipulation and Vision Library
|
异步发布者代理 更多...
#include <rmvl/lpss/node.hpp>
Public 类型 | |
| using | ptr = std::shared_ptr<Publisher<MsgType>> |
Public 成员函数 | |
| bool | invalid () const noexcept |
| 判断发布者是否无效 | |
| void | publish (const MsgType &msg) |
| 发布消息到指定话题 | |
异步发布者代理
| MsgType | 消息类型 |
| using rm::lpss::async::Publisher< MsgType >::ptr = std::shared_ptr<Publisher<MsgType>> |
|
inlinenoexcept |
判断发布者是否无效
| void rm::lpss::async::Publisher< MsgType >::publish | ( | const MsgType & | msg | ) |
发布消息到指定话题
| [in] | msg | 消息内容 |