Struct rmw_context_impl_s
Defined in File types.hpp
Struct Documentation
-
struct rmw_context_impl_s
Public Functions
-
rmw_context_impl_s()
-
~rmw_context_impl_s()
Context destruction, called when deleting this.
-
rmw_ret_t init(rmw_init_options_t *options, size_t domain_id)
Called whenever a new node is created.
-
rmw_ret_t fini()
Called whenever a node is destroy.
-
void cleanup()
Cleanup on init failure and on fini.
-
rmw_context_impl_s()