Rework device proxy registry for simulated devices
SimFrameworks are currently registering themselves in devices. At the moment they do not specify on which signal they act, this limits the framework.
The following changes are suggested:
- rename lookup_table to
device_proxy_registry
- Change structure of
device_proxy_registry
-> hostsdevice_proxy
name andsignal_name
on which it acts. This would allow multiple proxys to work on the same device. However, it must be ensured that only 1 proxy acts upon 1 signal.