Skip to content

SWQPS-573 fix timing events for FESA classes

Marc-Antoine Galilee requested to merge fix_timing_events into master

story

https://issues.cern.ch:8443/browse/SWQPS-573

context

running DQAmx in a container, we spotted that timing events (as opposed to e.g. timer events) were broken. ie RT actions triggered by timing events were not called, and properties notified at the end of the RT actions werent.

what was done

  • hacking the FESA code itself too, see: https://sources.cern.ch/cru/FESA-REVIEWS-1477
  • debugging and reverse engineering to figure out what was still wrong with timing events
  • provide a type and label to the events so they're processed by FESA fwk
  • built and released this library

still to do

nothing as far as this library is concerned for this task

review objectives

  • knowledge sharing
Edited by Marc-Antoine Galilee

Merge request reports