Skip to content
Snippets Groups Projects
  1. Dec 19, 2024
  2. Dec 18, 2024
  3. Dec 05, 2024
  4. Dec 03, 2024
  5. Oct 29, 2024
  6. Oct 04, 2024
  7. Oct 02, 2024
  8. Sep 30, 2024
  9. Sep 24, 2024
  10. Sep 23, 2024
  11. Sep 16, 2024
  12. Sep 13, 2024
  13. Sep 12, 2024
  14. Sep 11, 2024
  15. Sep 06, 2024
  16. Aug 26, 2024
    • Marco Filho's avatar
      Merge branch 'ICSHWI-19117-fix-false-warning' into 'master' · 081d5bfd
      Marco Filho authored
      Fix false alarm problem
      
      Closes ICSHWI-19117
      
      See merge request !21
      1.0.1
      081d5bfd
    • Marco Filho's avatar
      Fix false warning raise. · 634c3b12
      Marco Filho authored
      Fix concurrency problem.
      
      Before this commit, if acquisition was aborted by user before the imagetask had
      passed through the conditional
      `if ((epicsTimeDiffInSeconds(&currentAcqTime, &prevAcqTime) > maxAcqusitionTime)`, condition would evaluate to true
      and raise a warning saying that the acquisition timed out, which is not true.
      
      After this, condition evaluates to false and no alarm is raised.
      Tested several acquisitions and this does not seem to compromise the control flow.
      It seems to work both with internal and with external triggers.
      634c3b12
    • Marco Filho's avatar
      Update makefile · 4bc89278
      Marco Filho authored
      Makefile was using old e3 directives. I copied the makefile from the recipe.
      4bc89278
Loading