mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
WIP, doc
This commit is contained in:
@ -728,6 +728,13 @@ class Detector {
|
||||
|
||||
Result<bool> getRxZmqDataStream(Positions pos = {}) const;
|
||||
|
||||
/** Enable/ disable data streaming from receiver via zmq (eg. to GUI or to
|
||||
* another process for further processing). \n This creates/ destroys zmq
|
||||
* streamer threads in receiver. \n Switching to Gui automatically enables
|
||||
* data streaming in receiver. \n Switching back to command line or API
|
||||
* acquire will require disabling data streaming in receiver for fast
|
||||
* applications (if not needed for client data call backs).
|
||||
*/
|
||||
void setRxZmqDataStream(bool value, Positions pos = {});
|
||||
|
||||
Result<int> getRxZmqFrequency(Positions pos = {}) const;
|
||||
|
Reference in New Issue
Block a user