Functions
Configuration Templates

Functions for setting configurations for connecting to the device. More...

Functions

void TangoConfig_free (TangoConfig config)
char * TangoConfig_toString (TangoConfig config)

Detailed Description

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.


Function Documentation

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.



tango_client_api
Author(s):
autogenerated on Thu Jun 6 2019 19:49:49