init
This commit is contained in:
17
unitree_SDK/include/unitree/common/time/sleep.hpp
Normal file
17
unitree_SDK/include/unitree/common/time/sleep.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __UT_SLEEP_HPP__
|
||||
#define __UT_SLEEP_HPP__
|
||||
|
||||
#include <unitree/common/time/time_tool.hpp>
|
||||
|
||||
namespace unitree
|
||||
{
|
||||
namespace common
|
||||
{
|
||||
void MicroSleep(uint64_t microsecond);
|
||||
void MilliSleep(uint64_t millisecond);
|
||||
void Sleep(uint64_t second);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif//__UT_SLEEP_HPP__
|
Reference in New Issue
Block a user