separating zmqport, enabling in client and receiver works

This commit is contained in:
Dhanya Maliakal
2017-11-16 15:00:59 +01:00
parent 065b4a8e0f
commit bbcf75bc09
2 changed files with 58 additions and 2 deletions

View File

@ -133,6 +133,16 @@ private slots:
*/
void SetRxrUDPPort(int port);
/** Sets client zmq receiver port
* @param port client zmq receiver port
*/
void SetCltZmqPort(int port);
/** Sets receiver zmq transmitting port
* @param port receiver zmq transmitting port
*/
void SetRxrZmqPort(int port);
/** Sets receiver online
* @param index 1 for online and 0 for offline
*/