|
Robotics Library
0.7.0
|
Functions | |
| thread::id | get_id () |
| int | get_priority () |
| int | get_priority_max () |
| int | get_priority_min () |
| void | set_priority (const int &priority) |
| template<typename Rep , typename Period > | |
| void | sleep_for (const ::std::chrono::duration< Rep, Period > &rtime) |
| template<typename Duration > | |
| void | sleep_until (const ::std::chrono::time_point< chrono::system_clock, Duration > &atime) |
| template<typename Clock , typename Duration > | |
| void | sleep_until (const ::std::chrono::time_point< Clock, Duration > &atime) |
| void | start_timer () |
| void | stop_timer () |
| void | wait_period () |
| void | yield () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |