zmq separated for client and rx, ports and ip included in expert advanced mode

This commit is contained in:
Dhanya Maliakal
2017-11-17 17:37:00 +01:00
parent 28e2ebf75a
commit 70e4c6e2a2
4 changed files with 138 additions and 18 deletions

View File

@@ -158,6 +158,14 @@ private slots:
*/
void SetNetworkParameters();
/** Sets client zmq ip to listen to
*/
void SetClientZMQIP();
/** Sets receiver zmq ip to stream from
*/
void SetReceiverZMQIP();
/** Sets the receiver. which also sets the receiver parameters
*/
void SetReceiver();