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