|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
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). | |
Outcome of setRealtimePriority() — which of the three best-effort steps took.
| bool mm::core::RtSetupResult::cpuPinned = false |
Affinity applied (Linux only; false if unrequested or failed).
| bool mm::core::RtSetupResult::memLocked = false |
mlockall succeeded (Linux only; false elsewhere).
| bool mm::core::RtSetupResult::schedFifo = false |
SCHED_FIFO acquired (false on Windows / on failure).