From 4bb4c9300fc8a1281b4c5a56f18e6b251239dcd1 Mon Sep 17 00:00:00 2001 From: Mathias Kuntze Date: Fri, 6 Mar 2020 10:23:58 +0100 Subject: add FIG 0/7 --- src/fig/FIGCarousel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig/FIGCarousel.h') diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index a07a855..bdb9481 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2017 + Copyright (C) 2020 Matthias P. Braendli, matthias.braendli@mpb.li Implementation of the FIG carousel to schedule the FIGs into the -- cgit v1.2.3 From 34db5f02dd472857de2fd810a3ff8a8f83f407fb Mon Sep 17 00:00:00 2001 From: Mathias Kuntze Date: Fri, 6 Mar 2020 11:24:36 +0100 Subject: fixed FIG 0/7 dependency --- Makefile.am | 2 ++ src/fig/FIGCarousel.h | 1 + 2 files changed, 3 insertions(+) (limited to 'src/fig/FIGCarousel.h') diff --git a/Makefile.am b/Makefile.am index 7a56d93..2b05651 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,6 +108,8 @@ odr_dabmux_SOURCES =src/DabMux.cpp \ src/fig/FIG0_5.h \ src/fig/FIG0_6.cpp \ src/fig/FIG0_6.h \ + src/fig/FIG0_7.cpp \ + src/fig/FIG0_7.h \ src/fig/FIG0_8.cpp \ src/fig/FIG0_8.h \ src/fig/FIG0_9.cpp \ diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index bdb9481..29ede3b 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -98,6 +98,7 @@ class FIGCarousel { FIG0_3 m_fig0_3; FIG0_5 m_fig0_5; FIG0_6 m_fig0_6; + FIG0_7 m_fig0_7; FIG0_17 m_fig0_17; FIG0_8 m_fig0_8; FIG1_0 m_fig1_0; -- cgit v1.2.3