Function iox_pub_options_is_initialized

Function Documentation

bool iox_pub_options_is_initialized(const iox_pub_options_t *const options)

check whether the publisher options were initialized by iox_pub_options_init

Parameters:

options[in] pointer to options to be checked

Returns:

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