zmq buffering when acquire form command line, stopping sockets when command line acquire or receiver start, restarting sockets at change of port numbers and a refresh button for the same

This commit is contained in:
Dhanya Maliakal
2017-11-21 13:38:31 +01:00
parent d7137e0c75
commit 49ba893d7e
4 changed files with 66 additions and 4 deletions

View File

@ -1264,7 +1264,7 @@ An extension given by the modules serial number will be attached.
</sizepolicy>
</property>
<property name="text">
<string>ZMQ Port TX:</string>
<string>ZMQ Port:</string>
</property>
</widget>
</item>
@ -1314,6 +1314,26 @@ An extension given by the modules serial number will be attached.
</item>
</layout>
</widget>
<widget class="QPushButton" name="btnRestartStreaming">
<property name="geometry">
<rect>
<x>23</x>
<y>142</y>
<width>291</width>
<height>25</height>
</rect>
</property>
<property name="toolTip">
<string>Switching off and on the receiver data streaming from command line requires client sockets to be restarted as well.</string>
</property>
<property name="text">
<string>Restart Streaming (Receiver-&gt;GUI)</string>
</property>
<property name="icon">
<iconset resource="../include/icons.qrc">
<normaloff>:/icons/images/refresh.png</normaloff>:/icons/images/refresh.png</iconset>
</property>
</widget>
</widget>
<widget class="QWidget" name="gridLayoutWidget_7">
<property name="geometry">
@ -1625,7 +1645,7 @@ An extension given by the modules serial number will be attached.
</sizepolicy>
</property>
<property name="text">
<string>ZMQ Port RX:</string>
<string>ZMQ Port (GUI):</string>
</property>
</widget>
</item>