fix: bec_dispatcher.py can connect multiple topics to one callback slot
Description
Fix -> _BECDispatcher
can now connect list of endpoints to one pyqt slot. Useful for example for listening to multiple device readback for update of motor position.
Related Issues
None.
Type of Change
- One can choose if to connect [N] topics to one or [N] slots (default is [N]→[1])
Potential side effects
None
Definition of Done
-
Documentation is up-to-date.