Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
mm::core::RtSetupResult Struct Reference

Outcome of setRealtimePriority() — which of the three best-effort steps took. More...

#include <realtime.h>

Public Attributes

bool schedFifo = false
 SCHED_FIFO acquired (false on Windows / on failure).
 
bool memLocked = false
 mlockall succeeded (Linux only; false elsewhere).
 
bool cpuPinned = false
 Affinity applied (Linux only; false if unrequested or failed).
 

Detailed Description

Outcome of setRealtimePriority() — which of the three best-effort steps took.

Member Data Documentation

◆ cpuPinned

bool mm::core::RtSetupResult::cpuPinned = false

Affinity applied (Linux only; false if unrequested or failed).

◆ memLocked

bool mm::core::RtSetupResult::memLocked = false

mlockall succeeded (Linux only; false elsewhere).

◆ schedFifo

bool mm::core::RtSetupResult::schedFifo = false

SCHED_FIFO acquired (false on Windows / on failure).


The documentation for this struct was generated from the following file: