Robot Raconteur Core C++ Library
|
Rate to stabilize a loop. More...
Inherits boost::noncopyable.
Inherited by RobotRaconteur::WallRate.
Public Member Functions | |
virtual void | Sleep ()=0 |
Sleep the calling thread until the current loop period expires. | |
Rate to stabilize a loop.
Rate is used to stabilize the period of a loop. Use RobotRaconteur::CreateRate() to create rates.