mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
zmqport in users fixed
This commit is contained in:
parent
1dd300f713
commit
1fce54ec4b
@ -116,7 +116,7 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing {
|
||||
int setClientDataStreamingInPort(int i){ \
|
||||
if (i >= 0) { \
|
||||
ostringstream ss; ss << i; string s = ss.str(); \
|
||||
int prev_streaming = enableDataStreamingToClient()(); \
|
||||
int prev_streaming = enableDataStreamingToClient(); \
|
||||
setNetworkParameter(CLIENT_STREAMING_PORT, s); \
|
||||
if (prev_streaming) { \
|
||||
enableDataStreamingToClient(0); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user