adapnex::core::Application
Member Functions
Name |
Description |
|
Destructor |
Static Member Functions
Name |
Description |
Creates a new cyclic task group. The task group will be executed cyclically according to the given interval making it suitable for scheduling real‐time control tasks. Use TaskGroup::CreateTask to add tasks to the task group. |
|
Creates a freewheeling task group. The returned task group has no cyclic execution interval. Tasks are called repeatedly as quickly as possible. Freewheeling task groups are suitable for background tasks or for handling blocking operations outside the main control logic. |
|
Created with MrDocs