rcl
beta1
C API providing common ROS client library functionality.
|
Options available for a rcl subscription. More...
#include <subscription.h>
Public Attributes | |
rmw_qos_profile_t | qos |
Middleware quality of service settings for the subscription. More... | |
bool | ignore_local_publications |
If true, messages published from within the same node are ignored. More... | |
rcl_allocator_t | allocator |
Custom allocator for the subscription, used for incidental allocations. More... | |
Options available for a rcl subscription.
rmw_qos_profile_t rcl_subscription_options_t::qos |
Middleware quality of service settings for the subscription.
bool rcl_subscription_options_t::ignore_local_publications |
If true, messages published from within the same node are ignored.
rcl_allocator_t rcl_subscription_options_t::allocator |
Custom allocator for the subscription, used for incidental allocations.
For default behavior (malloc/free), see: rcl_get_default_allocator()