mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-07 17:48:41 +01:00
* udpated help on multi module and multi command help * fixed issues with empty lines and other syntax with docuemntation * fixed some warningsin documentation * some changes to documentation about command line usage * minor
614 B
614 B
Detector
The sls::Detector is the 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 class<Result Class>)
Here are some examples <Cplusplus Api Examples> on how to use
the API.
sls::Detector