From a1921a1a967b65c99a830141e9faaecd77b0f317 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 28 Jul 2017 11:54:32 +0200 Subject: Add new zeromq config format This gives the choice for the transmission of the metadata, and the enabling of the TAI downloader is also triggered appropriately --- src/DabMultiplexer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/DabMultiplexer.h') diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index b3e432e..80b3ab9 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -56,7 +56,7 @@ class DabMultiplexer : public RemoteControllable { public: DabMultiplexer( boost::property_tree::ptree pt); - void prepare(void); + void prepare(bool require_tai_clock); unsigned long getCurrentFrame() { return currentFrame; } @@ -92,6 +92,7 @@ class DabMultiplexer : public RemoteControllable { std::shared_ptr ensemble; + bool m_tai_clock_required; ClockTAI m_clock_tai; #if HAVE_OUTPUT_EDI -- cgit v1.2.3