Function iox_client_options_init
Defined in File client.h
Function Documentation
-
void iox_client_options_init(iox_client_options_t *options)
initialize client options to default values
- Attention
This must always be called on a newly created options struct to prevent uninitialized values. The options may get extended in the future.
- Parameters:
options – [in] pointer to options to be initialized, emit warning if it is a null pointer