adapnex::core::Application

Synopsis

Declared in <adapnex/core/application.h>

class Application;

Member Functions

Name

Description

~Application [destructor] [virtual]

Destructor

Static Member Functions

Name

Description

CreateCyclicTaskGroup

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.

CreateFreewheelingTaskGroup

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.

CreateUITaskGroup

Created with MrDocs