changing zmq rxr port should restart data streaming

This commit is contained in:
Dhanya Maliakal
2017-11-21 13:39:49 +01:00
parent a79864a5ae
commit d00df32e49
2 changed files with 18 additions and 1 deletions

View File

@ -170,6 +170,12 @@ class UDPStandardImplementation: private virtual slsReceiverDefs, public UDPBase
*/
void closeFiles();
/**
* Set streaming port and restart sockets if streaming was enabled
* @param i streaming port
*/
void setStreamingPort(const uint32_t i);
private: