Skip to content

Redefine the xDAQ applications ID and instance numbers

Laurent Petre requested to merge cleanup/uniformization into develop

Description

The title says it all, this MR aims at a slight uniformization after the last major MR.

The main change consists in the redefinition of the ID and instance number in the example xDAQ configuration file. This change allows for a larger number of crates (needed for operations at p5), but also allows to more easily understand from which piece of hardware an error comes from.

Related Issue

How Has This Been Tested?

Code still compiles and the example xDAQ executive can still be launched.

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.
Edited by Laurent Petre

Merge request reports