ChimeraTK / QtHardMon

The ChimeraTK Hardware Monitor. A GUI for DeviceAccess, based on Qt.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Allow writing to read-only registers of DummyBackends #4

Closed mhier closed 5 years ago

mhier commented 5 years ago

This ticket depends on ChimeraTK/DeviceAccess#33

If a register is read-only, QtHardMon should check if the writeable companion register (see the dependency ticket) exists. If yes, it should allow writing by redirecting writes to the writeable companion. It should somehow notify the user that this is happening, e.g. by changing the label of the Write button into "Write (DummyBackend)" or so.

phako commented 5 years ago

Fixed with 7c50b829667da4dc08291b459ce04329f243b003