mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +02:00
minor doc
This commit is contained in:
parent
c9372f3d0e
commit
91d688f18c
@ -826,7 +826,7 @@ class Detector {
|
||||
/** Frequency of frames streamed out from receiver via zmq. \n Default: 1,
|
||||
* Means every frame is streamed out. \n If 2, every second frame is
|
||||
* streamed out. \n If 0, streaming timer is the timeout, after which
|
||||
* current frame is sent out. (default timeout is 200 ms). Usually used for
|
||||
* current frame is sent out. (default timeout is 500 ms). Usually used for
|
||||
* gui purposes.
|
||||
*/
|
||||
void setRxZmqFrequency(int freq, Positions pos = {});
|
||||
@ -835,7 +835,7 @@ class Detector {
|
||||
|
||||
/**
|
||||
* If receiver streaming frequency is 0 (default), then this timer between
|
||||
* each data stream is set. Default is 200 ms.
|
||||
* each data stream is set. Default is 500 ms.
|
||||
*/
|
||||
void setRxZmqTimer(int time_in_ms, Positions pos = {});
|
||||
|
||||
|
@ -1650,7 +1650,7 @@ class CmdProxy {
|
||||
"zmq\n\tDefault: 1, Means every frame is streamed out. \n\tIf 2, every "
|
||||
"second frame is streamed out. \n\tIf 0, streaming timer is the "
|
||||
"timeout, after which current frame is sent out. (default timeout is "
|
||||
"200 ms). Usually used for gui purposes.");
|
||||
"500 ms). Usually used for gui purposes.");
|
||||
|
||||
INTEGER_COMMAND_VEC_ID(
|
||||
rx_zmqstartfnum, getRxZmqStartingFrame, setRxZmqStartingFrame,
|
||||
|
Loading…
x
Reference in New Issue
Block a user