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