Orxonox  0.0.5 Codename: Arcturus
Namespaces | Functions
Sleep.cc File Reference

Implementation of three sleep functions.
More...

#include "Sleep.h"
#include <chrono>
#include <thread>

Namespaces

 orxonox
 Die Wagnis Klasse hat die folgenden Aufgaben:
 

Functions

void orxonox::msleep (unsigned long milliseconds)
 Makes the thread sleep for a few milliseconds. More...
 
void orxonox::sleep (unsigned long seconds)
 Makes the thread sleep for a few seconds. More...
 
void orxonox::usleep (unsigned long microseconds)
 Makes the thread sleep for a few microseconds. More...
 

Detailed Description

Implementation of three sleep functions.