Kernel Service
- Introduction
The Kernel Service is a Service to provide system independent thread and timing support.
- Plugin Information
-
- Plugin Versions
Plugin Version | 3.99.99 |
Plugin File Version | 1.0 |
adtf | 3.99.99 |
adtf::ucom | 3.1.0 |
- Component Information
Name | Kernel Service |
CID | kernel.service.adtf.cid |
Description | Use this System Service to extend the ADTF System with a system independent thread and timing support. |
Type | Service |
Default Runlevel | system |
- Required Interfaces
IID |
reference_clock.vision.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.