Namespace for the ADTF System SDK. More...
Namespaces | |
namespace | ant |
Namespace for all functionality of the ADTF System SDK provided since v3.0. | |
namespace | flash |
Namespace for all functionality of the ADTF System SDK provided since v3.5. | |
namespace | hollow |
Namespace for all functionality of the ADTF System SDK provided since v3.7. | |
namespace | lucky |
Namespace for all functionality of the ADTF System SDK provided since v3.11. | |
namespace | testing |
Namespace for all testing functionality of the ADTF System SDK. | |
Classes | |
class | cADTFService |
Default implementation of a ADTF Service can be used for convinience. More... | |
class | cADTFSystem |
ADTF System Creation Class. More... | |
class | cBaseClock |
class | cDiscreteClock |
Discrete Clock implementation. More... | |
class | cInterpolatingClock |
Interpolating clock. More... | |
class | cKernelThreadLoop |
The Kernel Thread Loop class provides a thread that repeatedly calls the LoopFunc method. More... | |
class | ICacheStatus |
Interface for the sample pool service. More... | |
class | kernel_thread |
Class that manages a kernel thread. More... | |
class | kernel_thread_looper |
Convenience class that combines the functionality of a kernel_thread and an cLooper. More... | |
class | kernel_timeout |
Calls the given method if a timeout occures. More... | |
class | kernel_timer |
Class that wraps a kernel timer to call a method at specified intervals. More... | |
Typedefs | |
template<adtf::base::ant::IRunnable::tActivationType nActivationType> | |
using | kernel_runnable |
Convenience alias template for a kernel runnable parameterizable by activation type. | |
Namespace for the ADTF System SDK.
Within this namespace all interfaces, classes and functions always refer to their last revised implementation. When using types defined within this namespace it is guaranteed to always use the latest version of the types.
using kernel_runnable |
Convenience alias template for a kernel runnable parameterizable by activation type.
nActivationType | activation type used for the runnable |
Definition at line 28 of file kernel_runnable.h.