From 44b906ff455f26fc8ca5ff789ba2844c5e9f6061 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 22 Jun 2021 12:19:09 +0200 Subject: Declutter repetition rate warnings in logs --- src/fig/FIGCarousel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fig/FIGCarousel.h') 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 #include +#include #include #include "MuxElements.h" @@ -86,6 +87,8 @@ class FIGCarousel { void load_and_allocate(IFIG& fig, FIBAllocation fib); + std::unordered_set m_missed_deadlines; + FIGRuntimeInformation m_rti; // Some FIGs can be mapped to a specific FIB or to FIB_ANY -- cgit v1.2.3