summaryrefslogtreecommitdiffstats
path: root/src/fig/FIGCarousel.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-08-07 15:38:43 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-08-07 15:38:43 +0200
commit8222356f6c3dff6f66283c32354be033898749fc (patch)
tree2f2d7237529c05e06b1429d1791cbef14bd5fbaf /src/fig/FIGCarousel.cpp
parent8899af0f224bd6dcae407c8e3ffb4aa50d752268 (diff)
downloaddabmux-8222356f6c3dff6f66283c32354be033898749fc.tar.gz
dabmux-8222356f6c3dff6f66283c32354be033898749fc.tar.bz2
dabmux-8222356f6c3dff6f66283c32354be033898749fc.zip
Add FIG1/4
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 932945a..0b25233 100644
--- a/src/fig/FIGCarousel.cpp
+++ b/src/fig/FIGCarousel.cpp
@@ -66,6 +66,7 @@ FIGCarousel::FIGCarousel(boost::shared_ptr<dabEnsemble> ensemble) :
m_fig0_10(&m_rti),
m_fig0_9(&m_rti),
m_fig1_1(&m_rti),
+ m_fig1_4(&m_rti),
m_fig1_5(&m_rti)
{
load_and_allocate(m_fig0_0, 0);
@@ -82,6 +83,7 @@ FIGCarousel::FIGCarousel(boost::shared_ptr<dabEnsemble> ensemble) :
load_and_allocate(m_fig1_1, 2);
load_and_allocate(m_fig1_5, 2);
+ load_and_allocate(m_fig1_4, 2);
}
void FIGCarousel::load_and_allocate(IFIG& fig, int fib)