Dealing with (fully) dynamic interface

Hi all,
I have a device with a (fully) dynamic interface (i.e. potentially adds/removes attributes to/from its interface at anytime). The current implementation uses a trick to safely do the job but an "explicit lock" of the device monitor would be the cleanest approach. So the question is: is there a python equivalent to the following C++ implementation:
myDev->get_dev_monitor()->get_monitor();
…. protected code
myDev->get_dev_monitor()->rel_monitor();
Looking at PyTiago.DeviceImpl :), it seems that this feature is either missing or implemented by another class.
Thanks for your help.
N.
Edited 8 years ago
https://sourceforge.net/p/tango-cs/feature-requests/114
 
Register or login to create to post a reply.