Pass extra arguments via Starter device property
With this draft merge request I aim to solve the #27 issue.
With the property given as list of strings with property name Devicename_Instance the strings will be passed for the controlled TangoDS as extra arguments.
The elements in the list shoud be split by newlines in the properties.
With the current version you need to restart the starter device to apply the changes in properties. Since the servers vector of controlled servers created once in the init_device and not updated on properties' change so far.
Edited by Leonid Lunin