Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::dff::runtime::IdleCallbackIfc Class Referenceabstract

Interface for idle processing. More...

#include <Imt.Base.Dff.Runtime/inc/Imt.Base.Dff.Runtime/IdleCallbackIfc.h>

Inheritance diagram for imt::base::dff::runtime::IdleCallbackIfc:
imt::base::dff::runtime::arm::cortexm::GenericPowerSaveIdleCallback

Public Member Functions

 IdleCallbackIfc (IdleCallbackIfc const &)=delete
 
 IdleCallbackIfc (IdleCallbackIfc &&)=delete
 
IdleCallbackIfcoperator= (IdleCallbackIfc const &) &=delete
 
IdleCallbackIfcoperator= (IdleCallbackIfc &&) &=delete
 
virtual void onIdle ()=0
 onIdle is called continuously by the core idle loop (run to completion) when there is no work to do.
 

Protected Member Functions

 IdleCallbackIfc () noexcept=default
 Default constructor.
 
 ~IdleCallbackIfc () noexcept=default
 Destructor.
 

Detailed Description

Interface for idle processing.

This is called when there are no more events to process, usually the CPU can be sent to a power-save mode until the next interrupt arises.

This interface does not provide ownership on the callback object.

Definition at line 52 of file IdleCallbackIfc.h.

Constructor & Destructor Documentation

◆ IdleCallbackIfc() [1/3]

imt::base::dff::runtime::IdleCallbackIfc::IdleCallbackIfc ( IdleCallbackIfc const &  )
delete

◆ IdleCallbackIfc() [2/3]

imt::base::dff::runtime::IdleCallbackIfc::IdleCallbackIfc ( IdleCallbackIfc &&  )
delete

◆ IdleCallbackIfc() [3/3]

imt::base::dff::runtime::IdleCallbackIfc::IdleCallbackIfc ( )
protecteddefaultnoexcept

Default constructor.

◆ ~IdleCallbackIfc()

imt::base::dff::runtime::IdleCallbackIfc::~IdleCallbackIfc ( )
protecteddefaultnoexcept

Destructor.

Member Function Documentation

◆ onIdle()

virtual void imt::base::dff::runtime::IdleCallbackIfc::onIdle ( )
pure virtual

onIdle is called continuously by the core idle loop (run to completion) when there is no work to do.

This callback gives the application an opportunity to enter a power-saving CPU mode, or perform some other idle processing. Notes: onIdle is invoked with interrupts unlocked and must also return with interrupts unlocked.

Implemented in imt::base::dff::runtime::arm::cortexm::GenericPowerSaveIdleCallback.

◆ operator=() [1/2]

IdleCallbackIfc & imt::base::dff::runtime::IdleCallbackIfc::operator= ( IdleCallbackIfc &&  ) &
delete

◆ operator=() [2/2]

IdleCallbackIfc & imt::base::dff::runtime::IdleCallbackIfc::operator= ( IdleCallbackIfc const &  ) &
delete

The documentation for this class was generated from the following file: