diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-10 08:44:54 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-10 08:44:54 +0200 |
commit | eccfa8ad3774205a929ff70090540d24674618a1 (patch) | |
tree | efd09912de551913402e75d0a5e52aa6363b6736 /src/fig/FIGCarousel.h | |
parent | 39d6a781bbd9073aba30db15f57d8ce3c3e3ab92 (diff) | |
download | dabmux-eccfa8ad3774205a929ff70090540d24674618a1.tar.gz dabmux-eccfa8ad3774205a929ff70090540d24674618a1.tar.bz2 dabmux-eccfa8ad3774205a929ff70090540d24674618a1.zip |
Simplify FIG allocation code in carousel
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index 67772a6..b46f4a6 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) 2015 + Copyright (C) 2016 Matthias P. Braendli, matthias.braendli@mpb.li Implementation of the FIG carousel to schedule the FIGs into the @@ -62,8 +62,6 @@ class FIGCarousel { void update(unsigned long currentFrame); - void allocate_fig_to_fib(int figtype, int extension, FIBAllocation fib); - /* Write all FIBs to the buffer, including correct padding and crc. * Returns number of bytes written. * @@ -81,7 +79,6 @@ class FIGCarousel { void load_and_allocate(IFIG& fig, FIBAllocation fib); FIGRuntimeInformation m_rti; - std::map<std::pair<int, int>, IFIG*> m_figs_available; // Some FIGs can be mapped to a specific FIB or to FIB_ANY std::map<FIBAllocation, std::list<FIGCarouselElement> > m_fibs; |