Function iox_sub_options_is_initialized

Function Documentation

bool iox_sub_options_is_initialized(const iox_sub_options_t *const options)

check whether the subscriber options were initialized by iox_sub_options_init

Parameters:

options[in] pointer to options to be checked

Returns:

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