Functions for setting configurations for connecting to the device. More...
Functions | |
void | TangoConfig_free (TangoConfig config) |
char * | TangoConfig_toString (TangoConfig config) |
Functions for setting configurations for connecting to the device.
A configuration consists of settings that must be set before connecting to the Tango service, and cannot be changed after connecting to the service.
void TangoConfig_free | ( | TangoConfig | config | ) |
Free a TangoConfig object. Frees the TangoConfig object for the handle specified by the config variable.
char* TangoConfig_toString | ( | TangoConfig | config | ) |
Allocates and returns a string of key-value pairs of all the configuration values of TangoService. The string is separated into lines such that each line is one key-value pair, with format "key=value\n". Note that many of these config values are read-only, unless otherwise documented.