|
ADTF
|
#include <kernel_runnable.h>
Inherits adtf::base::runnable< i32ActivationType, adtf::services::ant::IKernel::IKernelRunnable, base::flash::IRunnable, CALLABLE >.
Implemenation specification for runnables supported be the IKernel interface.
| i32ActivationType | activation type used for the runnable, default is RUN_THREAD |
| CALLABLE | type of the callable to be executed on Run, must be invocable with either of the defined signatures in adtf::base::runnable. |