Functions | |
template<typename ROS , typename CXX > | |
void | fromROS (CXX &value, ROS const &ros) |
template<typename ROS , typename CXX > | |
void | fromROS (CXX *value, ROS const &ros, int length) |
template<typename ROS , typename CXX > | |
void | toROS (ROS &ros, CXX const &value) |
template<typename ROS , typename CXX > | |
void | toROS (ROS &ros, CXX const *value, int length) |
void ros_convertions::fromROS | ( | CXX & | value, |
ROS const & | ros | ||
) | [inline] |
Definition at line 23 of file ros/Convertions.cpp.
void ros_convertions::fromROS | ( | CXX * | value, |
ROS const & | ros, | ||
int | length | ||
) | [inline] |
Definition at line 32 of file ros/Convertions.cpp.
void ros_convertions::toROS | ( | ROS & | ros, |
CXX const & | value | ||
) | [inline] |
Definition at line 20 of file ros/Convertions.cpp.
void ros_convertions::toROS | ( | ROS & | ros, |
CXX const * | value, | ||
int | length | ||
) | [inline] |
Definition at line 25 of file ros/Convertions.cpp.