ROS 2 rclcpp + rcl - jazzy  jazzy
ROS 2 C++ Client Library with ROS Client Library
Public Attributes | List of all members
rcl_service_options_s Struct Reference

Options available for a rcl service. More...

#include <rcl/service.h>

Public Attributes

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

Detailed Description

Options available for a rcl service.

Definition at line 49 of file service.h.

Member Data Documentation

◆ allocator

rcl_allocator_t rcl_service_options_s::allocator

Custom allocator for the service, used for incidental allocations.

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

Definition at line 55 of file service.h.

Referenced by rcl_service_configure_service_introspection(), rcl_service_fini(), rcl_service_get_default_options(), and rcl_service_init().


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