The ChimeraTK DeviceAccess library provides an abstract interface for register based devices. Registers are identified by a name and usually accessed though an accessor object. Since this library also allows access to other control system applications, it can be understood as the client library of the ChimeraTK framework.
The API documentation and tutorial examples for all versions are available under
https://chimeratk.github.io/DeviceAccess/index.html
To build this library from source, following libraries have to be built / installed first:
git clone --recurse-submodules
)