summaryrefslogtreecommitdiffstats
path: root/src/fig/FIGCarousel.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-08-15 00:03:04 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-08-15 00:03:04 +0200
commit3dab3da3f669e1f2c70fd81c13f67c9c5c77278a (patch)
tree17ad5b8949654a03cc741d7e910fecf3eb35a71a /src/fig/FIGCarousel.cpp
parentebe8447f4cee32e2a096438ca0b458036f646b28 (diff)
downloaddabmux-3dab3da3f669e1f2c70fd81c13f67c9c5c77278a.tar.gz
dabmux-3dab3da3f669e1f2c70fd81c13f67c9c5c77278a.tar.bz2
dabmux-3dab3da3f669e1f2c70fd81c13f67c9c5c77278a.zip
Implement FIG0/18 for announcements
Diffstat (limited to 'src/fig/FIGCarousel.cpp')
-rw-r--r--src/fig/FIGCarousel.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fig/FIGCarousel.cpp b/src/fig/FIGCarousel.cpp
index cfe5c38..8eedd6e 100644
--- a/src/fig/FIGCarousel.cpp
+++ b/src/fig/FIGCarousel.cpp
@@ -67,7 +67,8 @@ FIGCarousel::FIGCarousel(boost::shared_ptr<dabEnsemble> ensemble) :
m_fig0_9(&m_rti),
m_fig1_1(&m_rti),
m_fig1_4(&m_rti),
- m_fig1_5(&m_rti)
+ m_fig1_5(&m_rti),
+ m_fig0_18(&m_rti)
{
load_and_allocate(m_fig0_0, 0);
load_and_allocate(m_fig0_1, 0);
@@ -83,7 +84,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);
+ load_and_allocate(m_fig0_18, 2);
}
void FIGCarousel::load_and_allocate(IFIG& fig, int fib)