rcl
beta1
C API providing common ROS client library functionality.
|
Options available for a rcl service. More...
#include <service.h>
Public Attributes | |
rmw_qos_profile_t | qos |
Middleware quality of service settings for the service. More... | |
rcl_allocator_t | allocator |
Custom allocator for the service, used for incidental allocations. More... | |
Options available for a rcl service.
rmw_qos_profile_t rcl_service_options_t::qos |
Middleware quality of service settings for the service.
rcl_allocator_t rcl_service_options_t::allocator |
Custom allocator for the service, used for incidental allocations.
For default behavior (malloc/free), see: rcl_get_default_allocator()