Hello.
I need to write, for test purposes, a simple command line client to read multiple attributes and Tango commands, exploiting Taurus multi threaded framework.
The application should poll the attributes (or read the commands) with a custom period.
In the example usage below, I used “->” to indicate commands.
First of all, note that taurus does not yet have the concept of “commands”. Therefore, Taurus does not provide any optimization regarding tango commands.
That said, a simple approach for attrs would be this
The command monitoring could be added by periodically executing the commands, but as I said, taurus would not add any advantage for that over a pure tango approach.