Namespaces | Macros
Time.hpp File Reference
#include <boost/thread.hpp>
#include "boost/date_time/posix_time/posix_time.hpp"
Include dependency graph for Time.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 youbot
 

Macros

#define SLEEP_MICROSEC(microsec)   boost::this_thread::sleep(boost::posix_time::microseconds((microsec)));
 
#define SLEEP_MILLISEC(millisec)   boost::this_thread::sleep(boost::posix_time::milliseconds((millisec)));
 
#define SLEEP_SEC(sec)   boost::this_thread::sleep(boost::posix_time::seconds((sec)));
 

Macro Definition Documentation

#define SLEEP_MICROSEC (   microsec)    boost::this_thread::sleep(boost::posix_time::microseconds((microsec)));

Definition at line 61 of file Time.hpp.

#define SLEEP_MILLISEC (   millisec)    boost::this_thread::sleep(boost::posix_time::milliseconds((millisec)));

Definition at line 60 of file Time.hpp.

#define SLEEP_SEC (   sec)    boost::this_thread::sleep(boost::posix_time::seconds((sec)));

Definition at line 63 of file Time.hpp.



youbot_driver
Author(s): Jan Paulus
autogenerated on Mon Jun 10 2019 15:46:26