minor doc

This commit is contained in:
2020-10-01 11:47:08 +02:00
parent c9372f3d0e
commit 91d688f18c
2 changed files with 3 additions and 3 deletions

View File

@ -826,7 +826,7 @@ class Detector {
/** Frequency of frames streamed out from receiver via zmq. \n Default: 1, /** 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 * 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 * 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. * gui purposes.
*/ */
void setRxZmqFrequency(int freq, Positions pos = {}); void setRxZmqFrequency(int freq, Positions pos = {});
@ -835,7 +835,7 @@ class Detector {
/** /**
* If receiver streaming frequency is 0 (default), then this timer between * 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 = {}); void setRxZmqTimer(int time_in_ms, Positions pos = {});

View File

@ -1650,7 +1650,7 @@ class CmdProxy {
"zmq\n\tDefault: 1, Means every frame is streamed out. \n\tIf 2, every " "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 " "second frame is streamed out. \n\tIf 0, streaming timer is the "
"timeout, after which current frame is sent out. (default timeout is " "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( INTEGER_COMMAND_VEC_ID(
rx_zmqstartfnum, getRxZmqStartingFrame, setRxZmqStartingFrame, rx_zmqstartfnum, getRxZmqStartingFrame, setRxZmqStartingFrame,