ROS2Sonic
0.2.0
A ROS2 driver for R2Sonic MBES
|
a colleciton of rosmessageg publisher and a mutex grouped for convienence. More...
#include <r2sonic_node.hpp>
Public Member Functions | |
void | lock () |
void | unlock () |
Public Attributes | |
STORAGE_T | msg |
the way you want to store the message | |
std::shared_ptr< rclcpp::Publisher< MSG_T > > | pub |
the publisher to publish the message | |
std::mutex | mtx |
the mutex associated with the message | |
a colleciton of rosmessageg publisher and a mutex grouped for convienence.
|
inline |
|
inline |
STORAGE_T r2sonic::R2SonicNode::msgMtx_< MSG_T, STORAGE_T >::msg |
the way you want to store the message
std::mutex r2sonic::R2SonicNode::msgMtx_< MSG_T, STORAGE_T >::mtx |
the mutex associated with the message
std::shared_ptr< rclcpp::Publisher<MSG_T> > r2sonic::R2SonicNode::msgMtx_< MSG_T, STORAGE_T >::pub |
the publisher to publish the message