From f447f71a7207a6102d4056509bc3cd7c8343ad2c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 17 Oct 2017 05:45:50 +0200 Subject: ZMQ input cosmetics --- src/input/Zmq.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/input/Zmq.h') diff --git a/src/input/Zmq.h b/src/input/Zmq.h index 8d729e0..1c2016a 100644 --- a/src/input/Zmq.h +++ b/src/input/Zmq.h @@ -2,7 +2,7 @@ Copyright (C) 2009 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2016 Matthias P. Braendli + Copyright (C) 2017 Matthias P. Braendli http://www.opendigitalradio.org ZeroMQ input. see www.zeromq.org for more info @@ -25,7 +25,7 @@ /* This file is part of ODR-DabMux. - It defines a ZeroMQ input for dabplus data. + It defines a ZeroMQ input for audio and dabplus data. ODR-DabMux is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -147,7 +147,7 @@ struct zmq_frame_header_t class ZmqBase : public InputBase, public RemoteControllable { public: - ZmqBase(const std::string name, + ZmqBase(const std::string& name, dab_input_zmq_config_t config) : RemoteControllable(name), m_zmq_context(1), @@ -229,7 +229,7 @@ class ZmqBase : public InputBase, public RemoteControllable { class ZmqMPEG : public ZmqBase { public: - ZmqMPEG(const std::string name, + ZmqMPEG(const std::string& name, dab_input_zmq_config_t config) : ZmqBase(name, config) { RC_ADD_PARAMETER(buffer, @@ -245,7 +245,7 @@ class ZmqMPEG : public ZmqBase { class ZmqAAC : public ZmqBase { public: - ZmqAAC(const std::string name, + ZmqAAC(const std::string& name, dab_input_zmq_config_t config) : ZmqBase(name, config) { RC_ADD_PARAMETER(buffer, -- cgit v1.2.3