36#ifndef IMT_BASE_DFF_RUNTIME_IDLECALLBACKIFC_H 
   37#define IMT_BASE_DFF_RUNTIME_IDLECALLBACKIFC_H 
Interface for idle processing.
 
IdleCallbackIfc(IdleCallbackIfc &&)=delete
 
IdleCallbackIfc(IdleCallbackIfc const &)=delete
 
IdleCallbackIfc & operator=(IdleCallbackIfc const &) &=delete
 
virtual void onIdle()=0
onIdle is called continuously by the core idle loop (run to completion) when there is no work to do.
 
IdleCallbackIfc & operator=(IdleCallbackIfc &&) &=delete
 
IdleCallbackIfc() noexcept=default
Default constructor.
 
This is a application specific file which is used to configure Imt.Base.Core.Math.