zmq fixed WIP

This commit is contained in:
2020-04-27 18:43:41 +02:00
parent 56bc9c4e08
commit 92be88ee19
6 changed files with 105 additions and 121 deletions

View File

@ -674,6 +674,9 @@ class Detector {
void setRxZmqIP(const IpAddr ip, Positions pos = {});
Result<bool> getClientZmq(Positions pos = {}) const;
void setClientZmq(const bool enable, Positions pos = {});
Result<int> getClientZmqPort(Positions pos = {}) const;
/**