From 9d109d386e465dc4ea46159b0a7191ac30454a6d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 18 Jul 2015 23:36:16 +0200 Subject: Use new FIG carousel for FIB0 in DabMultiplexer --- src/fig/FIG.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/fig/FIG.h') diff --git a/src/fig/FIG.h b/src/fig/FIG.h index 915e5f3..318b788 100644 --- a/src/fig/FIG.h +++ b/src/fig/FIG.h @@ -30,11 +30,16 @@ #include #include "MuxElements.h" -struct FIGRuntimeInformation { - unsigned long currentFrame; - boost::shared_ptr ensemble; - bool factumAnalyzer; - +class FIGRuntimeInformation { + public: + FIGRuntimeInformation(boost::shared_ptr e) : + currentFrame(0), + ensemble(e), + factumAnalyzer(false) {} + + unsigned long currentFrame; + boost::shared_ptr ensemble; + bool factumAnalyzer; }; // Recommended FIG rates according to ETSI TR 101 496-2 Table 3.6.1 -- cgit v1.2.3