36#ifndef IMT_BASE_DFF_RUNTIME_EVENTPOOLCAPACITYCALLBACKIFC_H
37#define IMT_BASE_DFF_RUNTIME_EVENTPOOLCAPACITYCALLBACKIFC_H
Serialization is the process of translating data structures into a binary representation.
Interface for callback about the event pool capacity.
EventPoolCapacityCallbackIfc & operator=(EventPoolCapacityCallbackIfc &&) &=delete
EventPoolCapacityCallbackIfc(EventPoolCapacityCallbackIfc const &)=delete
EventPoolCapacityCallbackIfc & operator=(EventPoolCapacityCallbackIfc const &) &=delete
static constexpr size_t EVENTPOOL_THRESHOLD_DIVISOR_RECOVERED
Upper threshold for recovered: 20% capacity remaining.
virtual void onEventPoolCapacityRecovered()=0
Is called by the core when the event pool capacity is again above (event pool size / EVENTPOOL_THRESH...
static constexpr size_t EVENTPOOL_THRESHOLD_DIVISOR_CRITICAL
Lower threshold for critical: 10% capacity remaining.
EventPoolCapacityCallbackIfc() noexcept=default
Default constructor.
virtual bool onEventPoolCapacityCritical(uint16_t const protocolID, ::imt::base::core::serialization::SerializableIfc const *const pEventData)=0
Is called continuously by the core as long as the critical event pool capacity is below (event pool s...
EventPoolCapacityCallbackIfc(EventPoolCapacityCallbackIfc &&)=delete
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int16 uint16_t