diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-06-22 12:19:09 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-06-22 12:19:09 +0200 |
commit | 44b906ff455f26fc8ca5ff789ba2844c5e9f6061 (patch) | |
tree | 75ca3195a366ce809df870607c06cd218262fba9 /src/fig/FIGCarousel.h | |
parent | ef28f42a0db7dffc7f790ca8be3642c59d723d53 (diff) | |
download | dabmux-44b906ff455f26fc8ca5ff789ba2844c5e9f6061.tar.gz dabmux-44b906ff455f26fc8ca5ff789ba2844c5e9f6061.tar.bz2 dabmux-44b906ff455f26fc8ca5ff789ba2844c5e9f6061.zip |
Declutter repetition rate warnings in logs
Diffstat (limited to 'src/fig/FIGCarousel.h')
-rw-r--r-- | src/fig/FIGCarousel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fig/FIGCarousel.h b/src/fig/FIGCarousel.h index 29ede3b..0d482ae 100644 --- a/src/fig/FIGCarousel.h +++ b/src/fig/FIGCarousel.h @@ -35,6 +35,7 @@ #include "fig/FIG2.h" #include <list> #include <map> +#include <unordered_set> #include <memory> #include "MuxElements.h" @@ -86,6 +87,8 @@ class FIGCarousel { void load_and_allocate(IFIG& fig, FIBAllocation fib); + std::unordered_set<std::string> m_missed_deadlines; + FIGRuntimeInformation m_rti; // Some FIGs can be mapped to a specific FIB or to FIB_ANY |