|
ADTF
|
#include <adtfucom3/adtf_ucom3.h>#include <adtfbase/runnable_intf.h>#include <adtfbase/runnable.h>#include <adtfsystemsdk/services/kernel_intf.h>Go to the source code of this file.
Classes | |
| class | adtf::system::kernel_runnable< i32ActivationType, CALLABLE > |
Namespaces | |
| namespace | adtf |
| Namespace for all functionality provided by ADTF and its SDKs. | |
| namespace | adtf::system |
| Namespace for the ADTF System SDK. | |
Typedefs | |
| template<adtf::base::ant::IRunnable::tActivationType nActivationType> | |
| using | adtf::system::thor::kernel_runnable = adtf::base::runnable<nActivationType, adtf::services::ant::IKernel::IKernelRunnable> |
| Convenience alias template for a kernel runnable parameterizable by activation type. | |
Functions | |
| template<typename CALLABLE, typename... ARGS> | |
| adtf::system::kernel_runnable (CALLABLE &&, ARGS &&...) -> kernel_runnable< adtf::base::ant::IRunnable::RUN_THREAD, CALLABLE && > | |
Copyright © Audi Electronics Venture GmbH. All rights reserved
| using adtf::system::thor::kernel_runnable = adtf::base::runnable<nActivationType, adtf::services::ant::IKernel::IKernelRunnable> |
Convenience alias template for a kernel runnable parameterizable by activation type.
| nActivationType | activation type used for the runnable |