mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
wip, doc
This commit is contained in:
parent
750adffe6a
commit
d06e0d1e7f
@ -881,9 +881,10 @@ class Detector {
|
|||||||
Result<IpAddr> getClientZmqIp(Positions pos = {}) const;
|
Result<IpAddr> getClientZmqIp(Positions pos = {}) const;
|
||||||
|
|
||||||
/** Ip Address to listen to zmq data streamed out from receiver or
|
/** Ip Address to listen to zmq data streamed out from receiver or
|
||||||
* intermediate process. Default connects to receiver zmq Ip Address (from
|
* intermediate process. \n Default connects to receiver zmq Ip Address
|
||||||
* rx_hostname). Modified only when using an intermediate process between
|
* (from rx_hostname). \n Modified only when using an intermediate process
|
||||||
* receiver and client(gui). Also restarts client zmq streaming if enabled.
|
* between receiver and client(gui). \n Also restarts client zmq streaming
|
||||||
|
* if enabled.
|
||||||
*/
|
*/
|
||||||
void setClientZmqIp(const IpAddr ip, Positions pos = {});
|
void setClientZmqIp(const IpAddr ip, Positions pos = {});
|
||||||
///@{
|
///@{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user