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

Options available for a rcl subscription. More...

#include <rcl/subscription.h>

Public Attributes

rmw_qos_profile_t qos
 Middleware quality of service settings for the subscription.
 
rcl_allocator_t allocator
 Custom allocator for the subscription, used for incidental allocations. More...
 
rmw_subscription_options_t rmw_subscription_options
 rmw specific subscription options, e.g. the rmw implementation specific payload.
 
bool disable_loaned_message
 Disable flag to LoanedMessage, initialized via environmental variable.
 

Detailed Description

Options available for a rcl subscription.

Definition at line 46 of file subscription.h.

Member Data Documentation

◆ allocator

rcl_allocator_t rcl_subscription_options_s::allocator

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