15 #ifndef RCL__INIT_OPTIONS_H_ 16 #define RCL__INIT_OPTIONS_H_ 30 struct rcl_init_options_impl_t;
36 struct rcl_init_options_impl_t *
impl;
159 #endif // RCL__INIT_OPTIONS_H_
rmw_ret_t rcl_ret_t
Definition: types.h:20
struct rcl_init_options_t rcl_init_options_t
Encapsulation of init options and implementation defined init options.
rcl_init_options_t rcl_get_zero_initialized_init_options(void)
Return a zero initialized rcl_init_options_t struct.
rmw_init_options_t * rcl_init_options_get_rmw_init_options(rcl_init_options_t *init_options)
Return the rmw init options which are stored internally.
#define RCL_WARN_UNUSED
Ignored return values of functions with this macro will emit a warning.
Definition: macros.h:25
#define RCL_PUBLIC
Definition: visibility_control.h:48
Encapsulation of init options and implementation defined init options.
Definition: init_options.h:33
struct rcl_init_options_impl_t * impl
Implementation specific pointer.
Definition: init_options.h:36
rcl_ret_t rcl_init_options_fini(rcl_init_options_t *init_options)
Finalize the given init_options.
rcl_ret_t rcl_init_options_copy(const rcl_init_options_t *src, rcl_init_options_t *dst)
Copy the given source init_options to the destination init_options.
rcl_ret_t rcl_init_options_init(rcl_init_options_t *init_options, rcl_allocator_t allocator)
Initialize given init_options with the default values and implementation specific values...