Skip to content

Implement device abstraction

Egor Sobolev requested to merge dev/device-abstraction into master

This extracts the detector-independent code from AgipdLitFrameFinder class and isolates it in the abstract device class LitFrameFinder. It allows to create devices for other detectors reusing the code in abstract LitFrameFinder class.

Merge request reports