mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 14:38:14 +02:00

* WIP * WIP * WIP * cleaned up multi * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * split up python module * WIP * WIP * WIP * WIP * WIP * ok * fixed bugs from rebase * WIP * fixed broken test * WIP * fixed python * WIP * sphinx help * including new commands * docs * WIP * WIP * more tests * added missing public header * WIP
16 lines
514 B
ReStructuredText
16 lines
514 B
ReStructuredText
Detector
|
|
==============================================
|
|
|
|
The sls::Detector is the new public API to control
|
|
detectors from C++. This API is also used internally
|
|
for the Python bindings and the command line interface.
|
|
If a receiver has been configured this is also controlled
|
|
through this class.
|
|
|
|
Most, if not all, functions are called in parallel
|
|
and the return value is a thin std::vector wrapper
|
|
containing results from all modules. (Result<T>)
|
|
|
|
.. doxygenclass:: sls::Detector
|
|
:members:
|
|
:undoc-members: |