#include <converters.hpp>

Protected Types | |
| typedef IN_UAVCAN | IN_UAVCAN_MSG |
| typedef OUT_ROS | OUT_ROS_MSG |
Protected Member Functions | |
| virtual void | uavcan_callback (const uavcan::ReceivedDataStructure< IN_UAVCAN_MSG > &uavcan_msg)=0 |
| UavcanToRosConverter (ros::NodeHandle &ros_node, UavcanNode &uavcan_node, const char *ros_topic) | |
Protected Attributes | |
| OUT_ROS_MSG | ros_msg_ |
| ros::Publisher | ros_pub_ |
| uavcan::Subscriber< IN_UAVCAN_MSG > | uavcan_sub_ |
Definition at line 62 of file converters.hpp.
|
protected |
Definition at line 65 of file converters.hpp.
|
protected |
Definition at line 64 of file converters.hpp.
|
inlineprotected |
Definition at line 71 of file converters.hpp.
|
protectedpure virtual |
|
protected |
Definition at line 68 of file converters.hpp.
|
protected |
Definition at line 66 of file converters.hpp.
|
protected |
Definition at line 67 of file converters.hpp.