Function rmw_enclave_options_fini
Defined in File enclave.h
Function Documentation
-
rmw_ret_t rmw_enclave_options_fini(char *enclave_options, const rcutils_allocator_t *allocator)
Destructor for enclave options.
- Parameters:
enclave_options – [in] to destroy
allocator – [in] to be used for destruction.
- Returns:
RMW_RET_OK if success.
- Returns:
RMW_RET_INVALID_ARGUMENT if allocator is invalid or enclave_options is null.