ChimeraTK-DeviceAccess  03.18.00
testableRebotSleep.h File Reference
#include <boost/chrono.hpp>
#include <boost/thread.hpp>
+ Include dependency graph for testableRebotSleep.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ChimeraTK
 
 ChimeraTK::testable_rebot_sleep
 

Functions

boost::chrono::steady_clock::time_point ChimeraTK::testable_rebot_sleep::now ()
 
void ChimeraTK::testable_rebot_sleep::sleep_until (boost::chrono::steady_clock::time_point t)
 There are two implementations with the same signature: One that calls boost::thread::this_thread::sleep_until, which is used in the application. More...