Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Improve simulated camera & Async Monitor

appel_c requested to merge fix/improve_simulation into main

Description

This MR improves usage of on_complete and on_trigger methods for the simulated camera & async monitor

Related Issues

relates to bec#331 (closed)

Type of Change

  • Remove self.stopped check from unstage of PSIDetectorBase; time critical checks should be implemented in on_complete, which will not be called if the device was stopped!
  • return DeviceStatus for on_trigger and on_complete calls
  • Remove print in sim mode for select_model
  • Improve DeviceStatus error handling

Potential side effects

None

Definition of Done

  • Documentation is up-to-date.
Edited by appel_c

Merge request reports

Loading