#include <rtt_rostopic_ros_msg_transporter.hpp>
Public Types | |
typedef T | OrocosType |
typedef T | RosType |
Static Public Member Functions | |
static const OrocosType & | fromRos (const RosType &t) |
static const RosType & | toRos (const OrocosType &t) |
An adapter that allows to overwrite the corresponding ROS type for a given Orocos type by specialization.
Definition at line 75 of file rtt_rostopic_ros_msg_transporter.hpp.
typedef T rtt_roscomm::RosMessageAdapter< T >::OrocosType |
Definition at line 77 of file rtt_rostopic_ros_msg_transporter.hpp.
typedef T rtt_roscomm::RosMessageAdapter< T >::RosType |
Definition at line 78 of file rtt_rostopic_ros_msg_transporter.hpp.
static const OrocosType& rtt_roscomm::RosMessageAdapter< T >::fromRos | ( | const RosType & | t | ) | [inline, static] |
Definition at line 80 of file rtt_rostopic_ros_msg_transporter.hpp.
static const RosType& rtt_roscomm::RosMessageAdapter< T >::toRos | ( | const OrocosType & | t | ) | [inline, static] |
Definition at line 79 of file rtt_rostopic_ros_msg_transporter.hpp.