- Dec 19, 2024
-
-
Jim Larsson authored
uncomment line See merge request !28
-
Jim Larsson authored
-
- Dec 18, 2024
-
-
Jim Larsson authored
fix compilation errors and warnings See merge request !27
-
Jim Larsson authored
-
Jim Larsson authored
Icshwi 19722 orca acq modes See merge request !26
-
- Dec 05, 2024
-
-
Jim Larsson authored
-
- Dec 03, 2024
-
-
Jim Larsson authored
-
- Oct 29, 2024
-
-
Douglas Araujo authored
-
Douglas Araujo authored
-
- Oct 04, 2024
-
-
Caissa Roque authored
Temperature control See merge request !25
-
-
Caissa Roque authored
-
- Oct 02, 2024
-
-
Douglas Araujo authored
ICSHWI-19294: Update EVR property names Closes ICSHWI-19294 See merge request !24
-
- Sep 30, 2024
-
-
Douglas Araujo authored
-
- Sep 24, 2024
-
-
Douglas Araujo authored
ICSHWI-11121: Tidyup code See merge request !23
-
- Sep 23, 2024
-
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
- Sep 16, 2024
-
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
- Sep 13, 2024
-
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
- Sep 12, 2024
-
-
Douglas Araujo authored
-
Douglas Araujo authored
In the virtual asynFunctions the infos are available through asynPrint using ASYN_TRACEIO_DRIVER
-
Douglas Araujo authored
-
Douglas Araujo authored
-
Douglas Araujo authored
-
- Sep 11, 2024
-
-
Douglas Araujo authored
Apply clang-format following google standards See merge request !22
-
Douglas Araujo authored
-
- Sep 06, 2024
-
-
Marco Filho authored
Remove alarms when acquisition is aborted according to request in https://jira.esss.lu.se/browse/ECDC-4185
-
Marco Filho authored
As discussed in ECDC-4185
-
- Aug 26, 2024
-
-
Marco Filho authored
Fix false alarm problem Closes ICSHWI-19117 See merge request !21
-
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(¤tAcqTime, &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.
-
Marco Filho authored
Makefile was using old e3 directives. I copied the makefile from the recipe.
-