From 91d688f18c711246dbc8136a0da8ae46b568428b Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 1 Oct 2020 11:47:08 +0200 Subject: [PATCH] minor doc --- slsDetectorSoftware/include/Detector.h | 4 ++-- slsDetectorSoftware/src/CmdProxy.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/slsDetectorSoftware/include/Detector.h b/slsDetectorSoftware/include/Detector.h index 6ad7416c1..89fc94b73 100644 --- a/slsDetectorSoftware/include/Detector.h +++ b/slsDetectorSoftware/include/Detector.h @@ -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 = {}); diff --git a/slsDetectorSoftware/src/CmdProxy.h b/slsDetectorSoftware/src/CmdProxy.h index a1b70d293..16782576c 100644 --- a/slsDetectorSoftware/src/CmdProxy.h +++ b/slsDetectorSoftware/src/CmdProxy.h @@ -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,