Skip to content

Do not scan the HYST DAC by default

Laurent Petre requested to merge bugfix/hyst-dac into main

Description

This MR fixes a recently discovered error in the VFAT configuration. The HYST DAC must not be scanned but set depending on the THR_ARM_DAC.

  • Do not select the HYST by default
  • Set the CFG_HYST to twice the value of THR_ARM_DAC by default, re-organizing the configuration parameters by topic at the same time
  • Add support for xdata::Boolean in the ScanInfo bag, fixing a xDAQ bug...

Related Issue

How Has This Been Tested?

Compiles, scan parameters are passed correctly from the web interface to the xDAQ applications.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports