Skip to content

Fix DeviceProxy asynch attribute access with green modes, fix write_attribute(s)_reply push model

Closes #561 (closed)

  1. read/write_attributes_reply was wrapped with green executor
  2. for all read/write_attribute/attributes_asynch methods the green_mode related kwords (green_mode, wait, timeout) were fixed
  3. for read/write_attribute/attributes_reply methods, the cppTango and PyTango timeout parameters conflict was resolved by re-naming cppTango`s timeout into poll_timeout
  4. write_attribute/attributes_reply were fixed to work in the push model
  5. the documentation for all methods, wrapped with green decorator was revised and improved
Edited by Yury Matveyev

Merge request reports

Loading