ADTF  3.18.2
Kernel Service Plugin

Table of Contents

Kernel Service

Introduction

The Kernel Service is a Service to provide system independent thread and timing support.

Plugin Information
Plugin Filenameadtf_kernel.adtfplugin
Plugin Descriptionadtf_kernel.plugindescription
Plugin NameKernel Service Plugin
LicenseADTF
Support Mailsupport@digitalwerk.net
Homepage URLhttps://support.digitalwerk.net/
Plugin Versions
Plugin Version3.18.2
Plugin File Version1.0
adtf3.18.2
adtf::ucom3.1.0
Component Information
NameKernel Service
CIDkernel.service.adtf.cid
DescriptionUse this System Service to extend the ADTF System with a system independent thread and timing support.
TypeService
Default Runlevelsystem
Required Interfaces
IID
reference_clock.riddler.streaming.adtf.iid
Provided Interfaces
IID
kernel.ant.services.adtf.iid
kernel.devil.services.adtf.iid

Kernel Concept

Usually with modern c++ you are able to do this with the std::thread, but the Kernel Service enables the possibility to access every running component within the current process. We keep control! Please have a look at Kernel Concept.