29#ifndef TF2__IMPL__CONVERT_HPP_
30#define TF2__IMPL__CONVERT_HPP_
37template<
bool IS_MESSAGE_A,
bool IS_MESSAGE_B>
41 template<
typename A,
typename B>
53template<
typename A,
typename B>
57template<
typename A,
typename B>
64template<
typename A,
typename B>
71template<
typename A,
typename B>
Definition convert.hpp:39
static void convert(const A &a, B &b)
Definition buffer_core.hpp:58
B toMsg(const A &a)
Function that converts from one type to a ROS message type. It has to be implemented by each data typ...
void fromMsg(const A &a, B &b)
Function that converts from a ROS message type to another type. It has to be implemented by each data...