ADTF
Loading...
Searching...
No Matches
kernel_runnable.h File Reference
Include dependency graph for kernel_runnable.h:
This graph shows which files directly or indirectly include this file:

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 && >
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Typedef Documentation

◆ kernel_runnable

Convenience alias template for a kernel runnable parameterizable by activation type.

Template Parameters
nActivationTypeactivation type used for the runnable