This commit is contained in:
maliakal_d 2021-09-17 15:14:57 +02:00
parent 35ee7d857f
commit 6151096823

View File

@ -1537,11 +1537,10 @@ class CmdProxy {
"[0, 1]\n\t[Jungfrau] The udp interface to stream data from detector. " "[0, 1]\n\t[Jungfrau] The udp interface to stream data from detector. "
"Effective only when number of interfaces is 1. Default: 0 (outer)"); "Effective only when number of interfaces is 1. Default: 0 (outer)");
INTEGER_COMMAND_VEC_ID(udp_numdst, getNumberofUDPDestinations, GET_COMMAND(udp_numdst, getNumberofUDPDestinations,
setNumberofUDPDestinations, StringTo<int>, "\n\t[Jungfrau][Eiger] One can enter upto 32 "
"[1 - 32]\n\t[Jungfrau][Eiger] One can set upto 32 "
"destinations that the detector will stream images " "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( INTEGER_COMMAND_VEC_ID(
udp_firstdst, getFirstUDPDestination, setFirstUDPDestination, udp_firstdst, getFirstUDPDestination, setFirstUDPDestination,