From 6151096823a40227aa0fc89e8c8140c3baa550f6 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 17 Sep 2021 15:14:57 +0200 Subject: [PATCH] wip --- slsDetectorSoftware/src/CmdProxy.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/slsDetectorSoftware/src/CmdProxy.h b/slsDetectorSoftware/src/CmdProxy.h index 5e172d16d..43fae14be 100644 --- a/slsDetectorSoftware/src/CmdProxy.h +++ b/slsDetectorSoftware/src/CmdProxy.h @@ -1537,11 +1537,10 @@ class CmdProxy { "[0, 1]\n\t[Jungfrau] The udp interface to stream data from detector. " "Effective only when number of interfaces is 1. Default: 0 (outer)"); - INTEGER_COMMAND_VEC_ID(udp_numdst, getNumberofUDPDestinations, - setNumberofUDPDestinations, StringTo, - "[1 - 32]\n\t[Jungfrau][Eiger] One can set upto 32 " + GET_COMMAND(udp_numdst, getNumberofUDPDestinations, + "\n\t[Jungfrau][Eiger] One can enter upto 32 " "destinations that the detector will stream images " - "out in a round robin fashion. Default: 1"); + "out in a round robin fashion. This is get only command. Default: 1"); INTEGER_COMMAND_VEC_ID( udp_firstdst, getFirstUDPDestination, setFirstUDPDestination,