rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
#include "rcutils/types.h"
#include "rmw/macros.h"
#include "rmw/types.h"
#include "rmw/visibility_control.h"
Go to the source code of this file.
Functions | |
rmw_ret_t | rmw_convert_rcutils_ret_to_rmw_ret (rcutils_ret_t rcutils_ret) |
Map a rcutil_ret_t value to the equivalent rmw_ret_t value. More... | |
rmw_ret_t rmw_convert_rcutils_ret_to_rmw_ret | ( | rcutils_ret_t | rcutils_ret | ) |
Map a rcutil_ret_t
value to the equivalent rmw_ret_t
value.
[in] | rcutils_ret | The rcutils type to map |