odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 11 forks source link

FP Adapter ParameterTree #328

Closed ajgdls closed 6 months ago

ajgdls commented 9 months ago

This PR is the beginning of a full ParameterTree implementation within the odin-data adapters. The following logic has been updated:

This PR does not address the larger issue of how to support a ParameterTree for an application (FP) that can have dynamically loaded plugins (there is still no ParameterTree in the underlying OdinDataAdapter class).

GDYendell commented 7 months ago

This should fix #214 when complete