Function iox_client_options_is_initialized

Function Documentation

bool iox_client_options_is_initialized(const iox_client_options_t *const options)

check whether the client options were initialized by iox_client_options_init

Parameters:

options[in] pointer to options to be checked

Returns:

true if options are not null and were initialized, false otherwise