![]() |
Dataflow Runtime API
3.0.3.0
|
Platform specific IdleCallbackIfc implementation. More...
#include <Imt.Base.BSP/PowerSaveIdleCallback.h>
Public Member Functions | |
| PowerSaveIdleCallback (void) | |
| Constructor. More... | |
| virtual | ~PowerSaveIdleCallback (void) |
| Destructor. More... | |
| virtual void | onIdle (void) |
Public Member Functions inherited from imt::base::dff::runtime::IdleCallbackIfc | |
| virtual | ~IdleCallbackIfc (void) |
| Destructor. More... | |
Platform specific IdleCallbackIfc implementation.
Reduces the power consumption if onIdle is called and the runtime statistics collection process is not enabled.
|
explicit |
Constructor.
|
virtual |
Destructor.
|
virtual |
Implements imt::base::dff::runtime::IdleCallbackIfc.