The RMP Motion Controller APIs

◆ RmpThreadPriorityMax

int32_t RmpThreadPriorityMax

If running a real time system 1) must be used and the CAP_SYS_NICE capability must be set

[Linux] The maximum thread priority. All threads of the RMP and RMPNetwork will be based off of this. The maximum thread priority. 1) Must be in range RMPThreadPriorityMinimum <= RmpThreadPriorityMax <= RMPThreadPriorityMaximum OR 2) rmpThreadPriorityMax == RMPThreadPriorityNoRealTime

Note
This is for Linux only

Definition at line 973 of file rsi.h.