mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
zmqip in users fixed
This commit is contained in:
@ -463,7 +463,7 @@ class slsDetectorUsers
|
||||
* Set/Get receiver streaming out ZMQ port
|
||||
* For multi modules, it calculates (increments), sets the ports and restarts the sockets
|
||||
* @param i sets, -1 gets
|
||||
* @returns receiver streaming out ZMQ port ()
|
||||
* @returns receiver streaming out ZMQ port
|
||||
*/
|
||||
int setReceiverDataStreamingOutPort(int i=-1);
|
||||
|
||||
@ -475,6 +475,22 @@ class slsDetectorUsers
|
||||
*/
|
||||
int setClientDataStreamingInPort(int i=-1);
|
||||
|
||||
/** (for expert users)
|
||||
* Set/Get receiver streaming out ZMQ IP
|
||||
* By default, it is the IP of receiver hostname
|
||||
* @param ip sets, empty string gets
|
||||
* @returns receiver streaming out ZMQ IP
|
||||
*/
|
||||
string setReceiverDataStreamingOutIP(string ip="");
|
||||
|
||||
/** (for expert users)
|
||||
* Set/Get client streaming in ZMQ IP
|
||||
* By default, it is the IP of receiver hostname
|
||||
* @param i sets, empty string gets
|
||||
* @returns client streaming in ZMQ IP
|
||||
*/
|
||||
string setClientDataStreamingInIP(string ip="");
|
||||
|
||||
/**
|
||||
get get Module Firmware Version
|
||||
\returns id
|
||||
|
Reference in New Issue
Block a user