Struct rmw_init_options_s
Defined in File init_options.h
Struct Documentation
-
struct rmw_init_options_s
Options structure used during rmw_init().
Public Members
-
uint64_t instance_id
Locally (process local) unique ID that represents this init/shutdown cycle.
This should be set by the caller of
rmw_init()
to a number that is unique within this process. It is designed to be used withrcl_init()
andrcl_get_instance_id()
.
-
const char *implementation_identifier
Implementation identifier, used to ensure two different implementations are not being mixed.
-
size_t domain_id
ROS domain id.
-
rmw_security_options_t security_options
Security options.
-
rmw_localhost_only_t localhost_only
Enable localhost only.
-
char *enclave
Enclave, name used to find security artifacts in a sros2 keystore.
-
rcutils_allocator_t allocator
Allocator used during internal allocation of init options, if needed.
-
rmw_init_options_impl_t *impl
Implementation defined init options.
May be NULL if there are no implementation defined options.
-
uint64_t instance_id