VMX-pi C++ HAL Library for Raspberry Pi
VMX-pi Robotics Controller & Vision/Motion Processor
|
The VMXThread class provides thread management functions. More...
#include <VMXThread.h>
Public Member Functions | |
bool | IsSchedulerRealtime () |
Returns whether the thread upon which VMX-pi HAL is initialized is running at "realtime" priority. More... | |
Friends | |
class | VMXPi |
class | VMXZero |
The VMXThread class provides thread management functions.
bool VMXThread::IsSchedulerRealtime | ( | ) |
Returns whether the thread upon which VMX-pi HAL is initialized is running at "realtime" priority.
VMX-pi HAL uses the pthread SCHED_FIFO scheduling policy. If the VMX-pi HAL primary thread is "realtime", it runs at the maximum priority within the SCHED_FIFO scheduling policy.