Create a DIM interface exposing dummy values to the DCS
Description
This MR introduces a DIM interface that is used to expose to the DCS various values retrieved from the hardware (i.e. voltages and temperatures). At the moment only dummy values are exposed for all links in the hardware layout tree that have a non-empty dim service
parameter.
Related Issue
First dummy implementation of #168 (closed).
How Has This Been Tested?
Launched on the gem904daq04
machine with the p5 and coffin setup hardware layout tree; all publications are visible in the did
browser.
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.