|
Robot Raconteur Core C++ Library
|
Go to the source code of this file.
Classes | |
| struct | RobotRaconteur::TimerEvent |
| Timer event structure. More... | |
| class | RobotRaconteur::Timer |
| A timer to invoke a callback. More... | |
| class | RobotRaconteur::Rate |
| Rate to stabilize a loop. More... | |
Typedefs | |
| using | RobotRaconteur::TimerPtr = boost::shared_ptr<Timer> |
| Convenience alias for Timer shared_ptr. | |
| using | RobotRaconteur::RatePtr = boost::shared_ptr<Rate> |
| Convenience alias for Rate shared_ptr. | |
Functions | |
| void | RobotRaconteur::HighResolutionSleep (const boost::posix_time::time_duration &duration) |
| Sleep using high resolution timer provided by the OS. | |
| void RobotRaconteur::HighResolutionSleep | ( | const boost::posix_time::time_duration & | duration | ) |
Sleep using high resolution timer provided by the OS.
Prefer to use RobotRaconteurNode::Sleep() instead which will use simulated time if active.
| duration | The duration to sleep |