diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 17:51:47 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 17:51:47 +0200 |
commit | f1832dd977078a60b343673c60092d3d5d030398 (patch) | |
tree | c1d585a637a24732507b0b6f94ebe5151fb493c2 /src/fig/FIGCarousel.h | |
parent | 7378fc903a26f779c48114e6305a89e59a3285d6 (diff) | |
download | dabmux-f1832dd977078a60b343673c60092d3d5d030398.tar.gz dabmux-f1832dd977078a60b343673c60092d3d5d030398.tar.bz2 dabmux-f1832dd977078a60b343673c60092d3d5d030398.zip |
Add initial implementation for FIG0/24
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index ec1611d..5e102ad 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) 2016 + Copyright (C) 2017 Matthias P. Braendli, matthias.braendli@mpb.li Implementation of the FIG carousel to schedule the FIGs into the @@ -102,6 +102,7 @@ class FIGCarousel { FIG0_18 m_fig0_18; FIG0_19 m_fig0_19; FIG0_21 m_fig0_21; + FIG0_24 m_fig0_24; }; } // namespace FIC |