ROS 2 rclcpp + rcl - rolling  rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
Public Attributes | List of all members
rcl_client_options_s Struct Reference

Options available for a rcl_client_t. More...

#include <rcl/client.h>

Public Attributes

rmw_qos_profile_t qos
 Middleware quality of service settings for the client.
 
rcl_allocator_t allocator
 Custom allocator for the client, used for incidental allocations. More...
 

Detailed Description

Options available for a rcl_client_t.

Definition at line 49 of file client.h.

Member Data Documentation

◆ allocator

rcl_allocator_t rcl_client_options_s::allocator

Custom allocator for the client, used for incidental allocations.

For default behavior (malloc/free), use: rcl_get_default_allocator()

Definition at line 55 of file client.h.

Referenced by rcl_client_configure_service_introspection(), rcl_client_fini(), rcl_client_get_default_options(), and rcl_client_init().


The documentation for this struct was generated from the following file: