summaryrefslogtreecommitdiffstats
path: root/src/fig/FIGCarousel.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-02 15:41:04 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-02 15:41:04 +0200
commit5736f17d34ffc86aeedb95cf652968eadf256051 (patch)
tree105fd7aedf8523fb63d586b36cfa92188645705f /src/fig/FIGCarousel.cpp
parentc97b43fc819e1e0e963183579d1b50f26f8c6f7f (diff)
downloaddabmux-5736f17d34ffc86aeedb95cf652968eadf256051.tar.gz
dabmux-5736f17d34ffc86aeedb95cf652968eadf256051.tar.bz2
dabmux-5736f17d34ffc86aeedb95cf652968eadf256051.zip
Instantiate and schedule FIG0/6 in the carousel
Diffstat (limited to 'src/fig/FIGCarousel.cpp')
-rw-r--r--src/fig/FIGCarousel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp
index cbea12b..bd2bf51 100644
--- a/src/fig/FIGCarousel.cpp
+++ b/src/fig/FIGCarousel.cpp
@@ -64,6 +64,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr<dabEnsemble> ensemble) :
m_fig0_2(&m_rti),
m_fig0_3(&m_rti),
m_fig0_5(&m_rti),
+ m_fig0_6(&m_rti),
m_fig0_17(&m_rti),
m_fig0_8(&m_rti),
m_fig1_0(&m_rti),
@@ -94,6 +95,7 @@ FIGCarousel::FIGCarousel(std::shared_ptr<dabEnsemble> ensemble) :
load_and_allocate(m_fig0_2, FIBAllocation::FIB_ANY);
load_and_allocate(m_fig0_3, FIBAllocation::FIB_ANY);
load_and_allocate(m_fig0_5, FIBAllocation::FIB_ANY);
+ load_and_allocate(m_fig0_6, FIBAllocation::FIB_ANY);
load_and_allocate(m_fig0_8, FIBAllocation::FIB_ANY);
load_and_allocate(m_fig0_13, FIBAllocation::FIB_ANY);