APIs, concepts, guides, and more

◆ PlatformType

enum class PlatformType : int32_t
strong
Description:
PlatformType indicates the platform on which the RTTaskManager is running.
Enumerator
Native 

Native platform (where the library is running, Windows or Linux).

INtime 

INtime RTOS.

Linux 

Linux with PREEMPT_RT.

Windows 

Standard Windows (useful for debugging tasks before running on INtime).

Definition at line 84 of file rttask.h.