Go to the documentation of this file. 52 #ifndef YOUBOT_TIME_HPP 53 #define YOUBOT_TIME_HPP 55 #include <boost/thread.hpp> 56 #include "boost/date_time/posix_time/posix_time.hpp" 60 #define SLEEP_MILLISEC(millisec) boost::this_thread::sleep(boost::posix_time::milliseconds((millisec))); 61 #define SLEEP_MICROSEC(microsec) boost::this_thread::sleep(boost::posix_time::microseconds((microsec))); 63 #define SLEEP_SEC(sec) boost::this_thread::sleep(boost::posix_time::seconds((sec))); 67 #endif //YOUBOT_TIME_HPP
youbot_driver
Author(s): Jan Paulus
autogenerated on Mon Jun 10 2019 15:46:25