OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Microsleep.h File Reference

Header. More...

#include <osvr/Util/ReturnCodesC.h>
#include <osvr/Util/Export.h>
#include <boost/thread/thread.hpp>

Go to the source code of this file.

Namespaces

 osvr
 The main namespace for all C++ elements of the framework, internal and external.
 
 osvr::util
 The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems.
 
 osvr::util::time
 Functionality related to time and the OSVR_TimeValue abstraction.Note that this is for C API-bordering areas. For purely C++ code, please use std::chrono for your time needs.
 

Functions

OSVR_ReturnCode osvr::util::time::microsleep (uint64_t microseconds)
 Request a thread sleep for at least the given number of microseconds. More...
 

Detailed Description

Header.

Date
2015
Author
Sensics, Inc. http://sensics.com

Definition in file Microsleep.h.