Tango Device Server
The idea is to build a generic DS code that would introspect the controller & receiver Python classes InitParams
, AcqParams
, XferParams
, ProcParams
to generate the flat properties / commands.
For each member a tango attribute can be dynamically created, based on:
- Data type
- Read/write capabilities (try modifying value)
- Provided validator
Core control methods must be predefined: prepare
, start
, stop
, status
Edited by Samuel Debionne