Added drain

This commit is contained in:
2021-07-13 12:18:45 +02:00
parent b190eb11d4
commit 02f1bc55b9
+2 -1
View File
@@ -55,7 +55,8 @@ class ZmqPublisher {
Specialized publisher to send 'ImageBinaryFormat' data format as
multipart message. It also takes care of thread safety.
**/
class ZmqImagePublisher: public ZmqPublisher {
template <size_t ZMQ_PUB_IO_THREADS>
class ZmqImagePublisher: public ZmqPublisher<ZMQ_PUB_IO_THREADS> {
public:
ZmqImagePublisher(std::string ip, uint16_t port) : ZmqPublisher(ip, port) {};
const std::string topic = "IMAGEDATA";