mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
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:
@ -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->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>
|
||||
|
Reference in New Issue
Block a user