14 int GetThreadPriority(std::thread& thread,
bool* isRealTime);
15 int GetCurrentThreadPriority(
bool* isRealTime);
16 bool SetThreadPriority(std::thread& thread,
bool realTime,
int priority);
17 bool SetCurrentThreadPriority(
bool realTime,
int priority);
Definition: RobotController.cpp:14