ChimeraTK / ApplicationCore

Core library for creating applications based on the ControlSystemAdapter and DeviceAccess.
GNU Lesser General Public License v3.0
1 stars 2 forks source link

fix: FeedingFanOut w/ return and unmapped PV optimisation #384

Closed mhier closed 2 weeks ago

mhier commented 2 weeks ago

If the return channel of a FeedingFanOut was removed because it is connected to the control system but not mapped there, the _returnSlave is not set and hence all read operations on it were crashing.