15 #ifndef RCLCPP__INIT_OPTIONS_HPP_ 16 #define RCLCPP__INIT_OPTIONS_HPP_ 69 #endif // RCLCPP__INIT_OPTIONS_HPP_ InitOptions(rcl_allocator_t allocator=rcl_get_default_allocator())
Constructor which allows you to specify the allocator used within the init options.
This header provides the get_node_base_interface() template function.
Definition: allocator_common.hpp:24
void finalize_init_options()
#define RCLCPP_PUBLIC
Definition: visibility_control.hpp:50
Encapsulation of options for initializing rclcpp.
Definition: init_options.hpp:27
InitOptions & operator=(const InitOptions &other)
Assignment operator.
const rcl_init_options_t * get_rcl_init_options() const
Return the rcl init options.
#define rcl_get_default_allocator
bool shutdown_on_sigint
If true, the context will be shutdown on SIGINT by the signal handler (if it was installed).
Definition: init_options.hpp:31