OS  v1.7.5
Documentation
Loading...
Searching...
No Matches
Scheduler Interface

Kernel API interface to create/remove tasks and perform special OS operations. More...

Collaboration diagram for Scheduler Interface:

Topics

 Notifications
 API interface for task Notifications.
 
 Event Flags
 API interface for the built-in-task Event Flags.
 

Classes

class  qOS::core
 The class to interface the OS. More...
 

Variables

coreqOS::os
 The predefined instance of the OS kernel interface.
 

Detailed Description

Kernel API interface to create/remove tasks and perform special OS operations.

Precondition
Before using any scheduler interface, you must first configure and initialize the operating system using core::init()

Variable Documentation

◆ os

core& qOS::os
extern

The predefined instance of the OS kernel interface.