mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
comment users
This commit is contained in:
@ -463,7 +463,7 @@ class slsDetectorUsers
|
|||||||
* Set/Get receiver streaming out ZMQ port
|
* Set/Get receiver streaming out ZMQ port
|
||||||
* For multi modules, it calculates (increments), sets the ports and restarts the sockets
|
* For multi modules, it calculates (increments), sets the ports and restarts the sockets
|
||||||
* @param i sets, -1 gets
|
* @param i sets, -1 gets
|
||||||
* @returns receiver streaming out ZMQ port
|
* @returns receiver streaming out ZMQ port (if multiple, of first receiver socket)
|
||||||
*/
|
*/
|
||||||
int setReceiverDataStreamingOutPort(int i=-1);
|
int setReceiverDataStreamingOutPort(int i=-1);
|
||||||
|
|
||||||
@ -471,7 +471,7 @@ class slsDetectorUsers
|
|||||||
* Set/Get client streaming in ZMQ port
|
* Set/Get client streaming in ZMQ port
|
||||||
* For multi modules, it calculates (increments), sets the ports and restarts the sockets
|
* For multi modules, it calculates (increments), sets the ports and restarts the sockets
|
||||||
* @param i sets, -1 gets
|
* @param i sets, -1 gets
|
||||||
* @returns client streaming in ZMQ port
|
* @returns client streaming in ZMQ port (if multiple, of first client socket)
|
||||||
*/
|
*/
|
||||||
int setClientDataStreamingInPort(int i=-1);
|
int setClientDataStreamingInPort(int i=-1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user