Function client_set_hostname

Function client_set_hostname#

Function Documentation#

ECAL_API bool client_set_hostname(ECAL_HANDLE handle_, const char *host_name_)#

Change the host name filter for that client instance.

Deprecated:

Will be removed in future eCAL versions.

Parameters:
  • handle_ – Client handle.

  • host_name_ – Host name filter (empty or “*” == all hosts)

Returns:

True if succeeded.